Antoine Pitrou <pit...@free.fr> added the comment:

@Jan, without taking a look, I'd answer that indeed you should avoid using the 
"fork" method if you're doing any kind of multithreading in the parent process. 
 "forkserver" is a good choice nowadays on Linux and will result in more robust 
code.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39812>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to