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, jnoller, kripken
Date 2010-01-15.21:10:43
SpamBayes Score 0.0011111088
Marked as misclassified No
Message-id <1263589844.87.0.184973598991.issue7707@psf.upfronthosting.co.za>
In-reply-to
Content
Without looking at the multiprocessing code I am willing to guess that some code in that run() function is launching some code that runs in a thread that is performing an import, deadlocking on the import lock. Jesse, is that what could be happening? If so we should probably add a note to the multiprocessing docs to not do this sort of stuff, ala http://docs.python.org/library/threading.html#importing-in-threaded-code .
History
Date User Action Args
2010-01-15 21:10:44brett.cannonsetrecipients: + brett.cannon, jnoller, kripken
2010-01-15 21:10:44brett.cannonsetmessageid: <1263589844.87.0.184973598991.issue7707@psf.upfronthosting.co.za>
2010-01-15 21:10:43brett.cannonlinkissue7707 messages
2010-01-15 21:10:43brett.cannoncreate