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

Alex Roitman report at bugs.python.org
Thu Aug 12 04:48:28 CEST 2010


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

I guess I am missing something here.  In a complex program, everything will be executed in some module or another.  Consequently, the module that contains the fork() call will cause the interpreter to quit.

How can this be worked around, short of placing the fork() in the main module?

----------

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


More information about the Python-bugs-list mailing list