[issue8094] Multiprocessing infinite loop

Amaury Forgeot d'Arc report at bugs.python.org
Tue Mar 9 16:27:58 CET 2010


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

The restriction that imposes the "__name__= '__main__'" idiom also applies when multiprocessing is not used in the main module.

Actually the main module is always reloaded in the subprocess.  The docs should be more explicit about it.

----------
assignee:  -> jnoller
nosy: +amaury.forgeotdarc, jnoller

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


More information about the Python-bugs-list mailing list