[issue40860] Exception in multiprocessing/context.py under load

Arkady report at bugs.python.org
Thu Jun 4 09:27:42 EDT 2020


Arkady <larytet at gmail.com> added the comment:

The problem is likely in the call to multiprocessing.Process.join() with timeout. If I use timeout=None the code works.

----------

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


More information about the Python-bugs-list mailing list