[proxy] bugs.python.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

Message 367466 - Python tracker

Message367466

Author vstinner
Recipients bquinlan, miss-islington, patbuxton, pitrou, tomMoral, vstinner
Date 2020-04-27.22:08:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588025306.83.0.116675956091.issue39104@roundup.psfhosted.org>
In-reply-to
Content
> bpo-39104: Fix hanging ProcessPoolExecutor on shutdown nowait with pickling failure (GH-17670)
> https://github.com/python/cpython/commit/a5cbab552d294d99fde864306632d7e511a75d3c

ProcessPoolSpawnProcessPoolExecutorTest.test_killed_child() of test_concurrent_futures started to fail randomly since this change: see bpo-39995.
History
Date User Action Args
2020-04-27 22:08:26vstinnersetrecipients: + vstinner, bquinlan, pitrou, tomMoral, miss-islington, patbuxton
2020-04-27 22:08:26vstinnersetmessageid: <1588025306.83.0.116675956091.issue39104@roundup.psfhosted.org>
2020-04-27 22:08:26vstinnerlinkissue39104 messages
2020-04-27 22:08:26vstinnercreate