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 vstinner
Recipients amaury.forgeotdarc, jerry.seutter, r.david.murray, vstinner
Date 2010-03-08.01:10:12
SpamBayes Score 0.00038089248
Marked as misclassified No
Message-id <1268010614.72.0.302959765113.issue7449@psf.upfronthosting.co.za>
In-reply-to
Content
> Did someone notice that on Windows, subprocess imports threading, 
> and use threads for the communicate() method?

No, I didn't ran the tests on Windows. I can expect that someone build Python on Linux without threads, but is Python used in embedded systems with Windows but without threads?

Since the patch is already huge, I would suggest to open a new issue (fix tests for Windows without threads).
History
Date User Action Args
2010-03-08 01:10:14vstinnersetrecipients: + vstinner, amaury.forgeotdarc, jerry.seutter, r.david.murray
2010-03-08 01:10:14vstinnersetmessageid: <1268010614.72.0.302959765113.issue7449@psf.upfronthosting.co.za>
2010-03-08 01:10:13vstinnerlinkissue7449 messages
2010-03-08 01:10:12vstinnercreate