[issue38744] python 3.8 hang in multiprocessing.Pool() locking on FreeBSD

Antoine Pitrou report at bugs.python.org
Wed Nov 13 13:59:19 EST 2019


Antoine Pitrou <pitrou at free.fr> added the comment:

What happens if you instead write:

with Pool() as pool:
    pool.map(sleep, [0.01] * 10)

----------

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


More information about the Python-bugs-list mailing list