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 Bernt.Røskar.Brenna, astrand, gps, neologix, r.david.murray, sbt, tim.golden, vstinner
Date 2013-11-16.00:14:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384560843.69.0.616910508871.issue19575@psf.upfronthosting.co.za>
In-reply-to
Content
> I think it's simply due to file descriptor inheritance

File handles are now non-inheritable by default in Python 3.4 (PEP 446). Does it change anything?
History
Date User Action Args
2013-11-16 00:14:03vstinnersetrecipients: + vstinner, astrand, gps, tim.golden, r.david.murray, Bernt.Røskar.Brenna, neologix, sbt
2013-11-16 00:14:03vstinnersetmessageid: <1384560843.69.0.616910508871.issue19575@psf.upfronthosting.co.za>
2013-11-16 00:14:03vstinnerlinkissue19575 messages
2013-11-16 00:14:03vstinnercreate