Arkady <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue40860> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
