Message73192
| 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. |
|