[issue9573] imporing a module that executes fork() raises RuntimeError

R. David Murray report at bugs.python.org
Thu Aug 12 04:06:08 CEST 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

This may be a case of "don't do that".  Starting a new thread or process during import (ie: while the import lock is held) is dangerous.  Nosying Brett, since he'll know the real story.

----------
nosy: +brett.cannon, r.david.murray

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


More information about the Python-bugs-list mailing list