[issue15659] using os.fork() and import user's modules results in errors

R. David Murray report at bugs.python.org
Wed Aug 15 03:37:04 CEST 2012


R. David Murray added the comment:

The example you uploaded doesn't call multiprocessing, yet the traceback you show does.  Can you provide more details on what you are actually doing?  Note that if you are importing a module that does a fork when it is imported, you are doing something wrong.

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list