[issue35866] concurrent.futures deadlock

Jakub Wilk report at bugs.python.org
Fri Feb 1 01:51:35 EST 2019


Jakub Wilk <jwilk at jwilk.net> added the comment:

You're right that sys.stdout.flush() is missing in my code; but on Linux it doesn't make a big difference, because multiprocessing flushes stdout before fork()ing.

And yes, it really hangs.

----------

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


More information about the Python-bugs-list mailing list