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

Nick Coghlan report at bugs.python.org
Tue Aug 17 05:01:20 CEST 2010


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Test script attached that demonstrates the underlying problem directly via imp.lock_held() (this could easily form the basis of a unit test)

----------
Added file: http://bugs.python.org/file18552/fork_on_import.py

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


More information about the Python-bugs-list mailing list