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 tinchester
Recipients ajoino, alex.gronholm, asvetlov, gvanrossum, iritkatriel, jab, njs, tinchester, yselivanov
Date 2022-02-17.00:41:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1645058498.31.0.834186224377.issue46771@roundup.psfhosted.org>
In-reply-to
Content
@Guido Imagine something_else() takes a long time and a lot of server resources (like a heavy query). If the web server disconnected a tad later and avoided the race condition, the task would have gotten cancelled very soon after the start of something_else() and stopped running it. But since the race did happen, the query avoids cancellation (potentially ~forever).
History
Date User Action Args
2022-02-17 00:41:38tinchestersetrecipients: + tinchester, gvanrossum, njs, jab, asvetlov, alex.gronholm, yselivanov, iritkatriel, ajoino
2022-02-17 00:41:38tinchestersetmessageid: <1645058498.31.0.834186224377.issue46771@roundup.psfhosted.org>
2022-02-17 00:41:38tinchesterlinkissue46771 messages
2022-02-17 00:41:38tinchestercreate