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 <rep...@bugs.python.org>
<http://bugs.python.org/issue29658>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to