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 BreamoreBoy
Recipients Arfrever, BreamoreBoy, dfarrell07, ned.deily, orsenthil, python-dev, r.david.murray
Date 2015-05-04.19:58:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430769538.54.0.698993352843.issue21069@psf.upfronthosting.co.za>
In-reply-to
Content
I tried reproducing this on Windows 8.1 with the code snippet from msg216429 but got

Traceback (most recent call last):
  File "C:\Users\Mark\Documents\MyPython\mytest.py", line 9, in <module>
    with os.fdopen(fd, 'rb') as f:
  File "c:\python34\lib\os.py", line 980, in fdopen
    return io.open(fd, *args, **kwargs)
OSError: [Errno 9] Bad file descriptor

Is there something else that I can try?  Is this still an issue that needs looking into?
History
Date User Action Args
2015-05-04 19:58:58BreamoreBoysetrecipients: + BreamoreBoy, orsenthil, ned.deily, Arfrever, r.david.murray, python-dev, dfarrell07
2015-05-04 19:58:58BreamoreBoysetmessageid: <1430769538.54.0.698993352843.issue21069@psf.upfronthosting.co.za>
2015-05-04 19:58:58BreamoreBoylinkissue21069 messages
2015-05-04 19:58:58BreamoreBoycreate