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

Alex Roitman report at bugs.python.org
Thu Aug 12 04:56:41 CEST 2010


Alex Roitman <rshura at gmail.com> added the comment:

I can place it in a function.  But if I execute that function from anything other than main module, the fork() will be called while import lock is held, one way or another.  It will just happen in another module.  So what?

----------

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


More information about the Python-bugs-list mailing list