[issue35866] concurrent.futures deadlock

Gregory P. Smith report at bugs.python.org
Thu Apr 18 01:07:53 EDT 2019


Gregory P. Smith <greg at krypto.org> added the comment:

> "the single-threaded ProcessPoolExecutor test program"

I doubt it is single threaded, the .submit() method appears to spawn a thread internally.

----------

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


More information about the Python-bugs-list mailing list