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 ocean-city
Recipients ajaksu2, amaury.forgeotdarc, jnoller, ocean-city, roudkerk, vstinner
Date 2008-09-13.15:44:11
SpamBayes Score 2.2739408e-05
Marked as misclassified No
Message-id <1221320652.62.0.624713381809.issue3321@psf.upfronthosting.co.za>
In-reply-to
Content
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 <module>
    conn.poll()
IOError: [Errno 9] Bad file descriptor

test_operations() will pass.
History
Date User Action Args
2008-09-13 15:44:12ocean-citysetrecipients: + ocean-city, amaury.forgeotdarc, vstinner, ajaksu2, roudkerk, jnoller
2008-09-13 15:44:12ocean-citysetmessageid: <1221320652.62.0.624713381809.issue3321@psf.upfronthosting.co.za>
2008-09-13 15:44:12ocean-citylinkissue3321 messages
2008-09-13 15:44:11ocean-citycreate