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 brett.cannon
Recipients brett.cannon, eric.snow, skrah
Date 2012-04-16.15:44:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334591080.63.0.905232104028.issue14583@psf.upfronthosting.co.za>
In-reply-to
Content
Just to clarify the failure for the bug history, somehow multiprocessing is not ending up in sys.modules as expected. It changed from a SystemError to a KeyError because I started to properly check a PyDict_GetItem() return value instead of blindly assuming something was going to be in sys.modules.
History
Date User Action Args
2012-04-16 15:44:40brett.cannonsetrecipients: + brett.cannon, skrah, eric.snow
2012-04-16 15:44:40brett.cannonsetmessageid: <1334591080.63.0.905232104028.issue14583@psf.upfronthosting.co.za>
2012-04-16 15:44:40brett.cannonlinkissue14583 messages
2012-04-16 15:44:40brett.cannoncreate