This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients Olivier.Grisel, brett.cannon, eric.snow, larry, ncoghlan, pitrou, python-dev, sbt
Date 2013-12-16.12:39:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387197548.92.0.8184025375.issue19946@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-12-16 12:39:09ncoghlansetrecipients: + ncoghlan, brett.cannon, pitrou, larry, python-dev, sbt, eric.snow, Olivier.Grisel
2013-12-16 12:39:08ncoghlansetmessageid: <1387197548.92.0.8184025375.issue19946@psf.upfronthosting.co.za>
2013-12-16 12:39:08ncoghlanlinkissue19946 messages
2013-12-16 12:39:08ncoghlancreate