Andrew Svetlov <andrew.svet...@gmail.com> added the comment:

If some code is used together with timeout() and this code calls `.cancel()` 
but forgot about `.uncancel()` in try/except/finally -- timeout() never raises 
TimeoutError.

Should we care? The missing `.uncancel()` call is hard to detect by the runtime 
and static checkers.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46771>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to