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 abaron
Recipients abaron, astrand, brett.cannon, kosuha, michaeltsai, ronaldoussoren
Date 2009-04-21.15:21:04
SpamBayes Score 0.002165344
Marked as misclassified No
Message-id <1240327267.13.0.704950731709.issue1590864@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,
We have the same problem while running two threads where one is running
a subprocess command and the other is importing modules.  This will
cause a deadlock and this IS a bug!!!
This happens quite often on a slow machine (once every 2-3 runs).
History
Date User Action Args
2009-04-21 15:21:07abaronsetrecipients: + abaron, brett.cannon, astrand, ronaldoussoren, michaeltsai, kosuha
2009-04-21 15:21:07abaronsetmessageid: <1240327267.13.0.704950731709.issue1590864@psf.upfronthosting.co.za>
2009-04-21 15:21:05abaronlinkissue1590864 messages
2009-04-21 15:21:05abaroncreate