[New-bugs-announce] [issue39104] ProcessPoolExecutor hangs on shutdown nowait with pickling failure

Thomas Moreau report at bugs.python.org
Fri Dec 20 01:52:22 EST 2019


New submission from Thomas Moreau <thomas.moreau.2010 at gmail.com>:

The attached scripts hangs on python3.7+.
This is due to the fact that the main process closes the communication channels directly while the queue_management_thread might still use them.

To prevent that, all the closing should be handled by the queue_management_thread.

----------
components: Library (Lib)
files: main.py
messages: 358697
nosy: tomMoral
priority: normal
severity: normal
status: open
title: ProcessPoolExecutor hangs on shutdown nowait with pickling failure
versions: Python 3.7, Python 3.8, Python 3.9
Added file: https://bugs.python.org/file48794/main.py

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


More information about the New-bugs-announce mailing list