[issue29658] Combining thread and process, process hangs (sometimes)

Raymond Hettinger report at bugs.python.org
Mon Feb 27 04:39:44 EST 2017


Raymond Hettinger added the comment:

Unless I'm misreading what you're trying to do, this doesn't seem like a bug to me.   In general, when combining threading with multiple processes, the rule is to fork first and then launch threads (so that none of the thread ids or locks accidentally get shared across processes).

----------
assignee:  -> davin
nosy: +davin, rhettinger

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


More information about the Python-bugs-list mailing list