[issue21069] test_fileno of test_urllibnet intermittently fails when using www.example.com

Mark Lawrence report at bugs.python.org
Mon May 4 21:58:58 CEST 2015


Mark Lawrence added the comment:

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?

----------
nosy: +BreamoreBoy

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21069>
_______________________________________


More information about the Python-bugs-list mailing list