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 kripken
Recipients kripken
Date 2010-01-15.16:35:12
SpamBayes Score 0.0050615454
Marked as misclassified No
Message-id <1263573315.16.0.465636049394.issue7707@psf.upfronthosting.co.za>
In-reply-to
Content
Creating a multiprocessing.Queue and operating on it while being imported can lead to a deadlock.

The attached file will work if run directly (python test.py) but will hang if imported from the interpreter (import test).

Additional comments are in the file.
History
Date User Action Args
2010-01-15 16:35:15kripkensetrecipients: + kripken
2010-01-15 16:35:15kripkensetmessageid: <1263573315.16.0.465636049394.issue7707@psf.upfronthosting.co.za>
2010-01-15 16:35:13kripkenlinkissue7707 messages
2010-01-15 16:35:13kripkencreate