[issue24862] subprocess.Popen behaves incorrect when moved in process tree

R. David Murray report at bugs.python.org
Fri Aug 14 14:48:05 CEST 2015


R. David Murray added the comment:

I'll let someone else analyze this in detail if they want to, but I'll just note that mixing multiprocessing and threads is not a good idea and will lead to all sorts of strangeness.  Especially if you are using the unix default of fork for multiprocessing.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24862>
_______________________________________


More information about the Python-bugs-list mailing list