Message 73192 - Python tracker (original) (raw)

I've implemented "another solution". test_open() in test_multithreading.patch won't pass though.... It'll raise error in conn.poll() not in constructor.

$ ./dummy.exe b.py Traceback (most recent call last): File "b.py", line 6, in conn.poll() IOError: [Errno 9] Bad file descriptor

test_operations() will pass.