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 neologix
Recipients Bernt.Røskar.Brenna, gps, neologix, r.david.murray, tim.golden
Date 2013-11-14.15:59:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384444743.2.0.755637471676.issue19575@psf.upfronthosting.co.za>
In-reply-to
Content
I think it's simply due to file descriptor inheritance (files being
inherited by other subprocess instance): since Windows can't remove open
files, kaboom. It doesn't have anything to do with threads.
History
Date User Action Args
2013-11-14 15:59:03neologixsetrecipients: + neologix, gps, tim.golden, r.david.murray, Bernt.Røskar.Brenna
2013-11-14 15:59:03neologixsetmessageid: <1384444743.2.0.755637471676.issue19575@psf.upfronthosting.co.za>
2013-11-14 15:59:03neologixlinkissue19575 messages
2013-11-14 15:59:03neologixcreate