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 vstinner
Recipients aeros, pitrou, tomMoral, vstinner
Date 2020-04-29.01:34:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588124092.92.0.144902501542.issue39995@roundup.psfhosted.org>
In-reply-to
Content
I'm still getting more and more buildbot emails about test_concurrent_futures, so I merged my PR 19760 to fix buildbots.

Please revert or modify my PR 19760 if you have a better approach, but please check that test_killed_child() and ProcessPoolForkExecutorDeadlockTest tests don't fail with my msg367463 patch.

I would still appreciated a post-commit review of my change, since I don't know well concurrent.futures code :

bpo-39995: Fix concurrent.futures _ThreadWakeup (GH-19760)
https://github.com/python/cpython/commit/a4dfe8ede5a37576e17035dccfe109ba7752237e
History
Date User Action Args
2020-04-29 01:34:52vstinnersetrecipients: + vstinner, pitrou, tomMoral, aeros
2020-04-29 01:34:52vstinnersetmessageid: <1588124092.92.0.144902501542.issue39995@roundup.psfhosted.org>
2020-04-29 01:34:52vstinnerlinkissue39995 messages
2020-04-29 01:34:52vstinnercreate