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

Alex Roitman report at bugs.python.org
Tue Aug 17 23:13:31 CEST 2010


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

I already worked around this for my use case.

For the future, it would be nice if fork() raised an exception if called during the import, and if the documentation mentioned that forking while in import is not allowed.

----------

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


More information about the Python-bugs-list mailing list