[issue33945] concurrent.futures ProcessPoolExecutor submit() blocks on results being written

Daniel Barcay report at bugs.python.org
Fri Jun 22 15:42:27 EDT 2018


Daniel Barcay <daniel.barcay at gmail.com> added the comment:

Line number was incorrect due to local edits. 

Correct line number is process.py:L464  "self._result_queue.put(None)"

----------

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


More information about the Python-bugs-list mailing list