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 dgriff1
Recipients dgriff1
Date 2009-10-23.15:47:36
SpamBayes Score 0.006765139
Marked as misclassified No
Message-id <1256312858.52.0.307226158644.issue7193@psf.upfronthosting.co.za>
In-reply-to
Content
When I create a thread that does a Popen it blocks the entire program. I
have attached a simple sample program. Whether I do Popen.wait or
Popen.poll the program blocks. I have done this on OSX 10.5 and 10.6. I
have not yet tried ussing the multiprocessing module.
History
Date User Action Args
2009-10-23 15:47:38dgriff1setrecipients: + dgriff1
2009-10-23 15:47:38dgriff1setmessageid: <1256312858.52.0.307226158644.issue7193@psf.upfronthosting.co.za>
2009-10-23 15:47:37dgriff1linkissue7193 messages
2009-10-23 15:47:37dgriff1create