[issue39104] ProcessPoolExecutor hangs on shutdown nowait with pickling failure

STINNER Victor report at bugs.python.org
Mon Apr 27 18:08:26 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

> 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.

----------
nosy: +vstinner

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39104>
_______________________________________


More information about the Python-bugs-list mailing list