This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients ajoino, alex.gronholm, asvetlov, chris.jerdonek, dreamsorcerer, gvanrossum, iritkatriel, jab, njs, tinchester, yselivanov
Date 2022-02-23.00:32:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645576321.61.0.0171637898842.issue46771@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2022-02-23 00:32:01asvetlovsetrecipients: + asvetlov, gvanrossum, njs, jab, alex.gronholm, chris.jerdonek, yselivanov, tinchester, iritkatriel, dreamsorcerer, ajoino
2022-02-23 00:32:01asvetlovsetmessageid: <1645576321.61.0.0171637898842.issue46771@roundup.psfhosted.org>
2022-02-23 00:32:01asvetlovlinkissue46771 messages
2022-02-23 00:32:01asvetlovcreate