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 antoine.pietri
Recipients antoine.pietri, barry, eric.araujo, eryksun, lars.gustaebel, martin.panter, python-dev, r.david.murray, serhiy.storchaka, zach.ware
Date 2014-07-17.16:16:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405613813.7.0.0781517716109.issue21044@psf.upfronthosting.co.za>
In-reply-to
Content
This change does not need to be merged on 2.7 anyway, as the os.fdopen sets the name attribute to '<fdopen>' and not to the fd, this check is not required prior to python 3.

Still, it would be interesting to investigate why this breaks 2.7 though.
History
Date User Action Args
2014-07-17 16:16:53antoine.pietrisetrecipients: + antoine.pietri, barry, lars.gustaebel, eric.araujo, r.david.murray, python-dev, martin.panter, zach.ware, serhiy.storchaka, eryksun
2014-07-17 16:16:53antoine.pietrisetmessageid: <1405613813.7.0.0781517716109.issue21044@psf.upfronthosting.co.za>
2014-07-17 16:16:53antoine.pietrilinkissue21044 messages
2014-07-17 16:16:53antoine.pietricreate