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

Alexander Belopolsky report at bugs.python.org
Thu Aug 12 04:55:00 CEST 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

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

Why wouldn't you place the fork() call in a function?

----------
nosy: +belopolsky

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


More information about the Python-bugs-list mailing list