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 vstinner
Date 2020-04-27.22:05:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588025135.52.0.40395328882.issue39995@roundup.psfhosted.org>
In-reply-to
Content
It seems like test_killed_child() race condition was introduced by:

commit a5cbab552d294d99fde864306632d7e511a75d3c (refs/bisect/bad)
Author: Thomas Moreau <thomas.moreau.2010@gmail.com>
Date:   Sun Feb 16 19:09:26 2020 +0100

    bpo-39104: Fix hanging ProcessPoolExecutor on shutdown nowait with pickling failure (GH-17670)
History
Date User Action Args
2020-04-27 22:05:35vstinnersetrecipients: + vstinner
2020-04-27 22:05:35vstinnersetmessageid: <1588025135.52.0.40395328882.issue39995@roundup.psfhosted.org>
2020-04-27 22:05:35vstinnerlinkissue39995 messages
2020-04-27 22:05:35vstinnercreate