[issue19946] Handle a non-importable __main__ in multiprocessing

Nick Coghlan report at bugs.python.org
Mon Dec 16 13:39:08 CET 2013


Nick Coghlan added the comment:

Current work in progress patch. The existing multiprocessing tests all pass, but the new main handling tests fail.

The fork start_method passes all the tests
The forkserver and spawn start methods fail the directory, zipfile and package tests.

----------
Added file: http://bugs.python.org/file33162/issue19946_pep_451_multiprocessing_v2.diff

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


More information about the Python-bugs-list mailing list