[issue19946] Handle a non-importable __main__ in multiprocessing

Nick Coghlan report at bugs.python.org
Sun Dec 15 13:47:41 CET 2013


Nick Coghlan added the comment:

With the restructuring in my patch, it would be easy enough to move the "early return" cases from the _fixup_main_* functions to instead be "don't set the variable" cases in get_preparation_data.

----------

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


More information about the Python-bugs-list mailing list