Antoine Pitrou <[email protected]> added the comment:
This is just issue6721 again.
The workaround is easy: just add
`multiprocessing.set_start_method("forkserver")` at the start of your program.
Also, this is more or less documented, though quite tersely:
"""Note that safely forking a multithreaded process is problematic.""
https://docs.python.org/3/library/multiprocessing.html#contexts-and-start-methods
----------
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> Locks in the standard library should be sanitized on fork
versions: +Python 3.10, Python 3.11, Python 3.9
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue41539>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com