Message 413760 - Python tracker (original) (raw)
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.