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 chuck
Recipients chuck
Date 2009-10-02.20:15:10
SpamBayes Score 0.0080255605
Marked as misclassified No
Message-id <1254514511.94.0.551531757653.issue7037@psf.upfronthosting.co.za>
In-reply-to
Content
Loads of outputs like
test_string_producer (test.test_asynchat.TestAsynchat_WithPoll) ... 
error: uncaptured python exception, closing channel 
<test.test_asynchat.echo_client at 0x3ca670> (<class 
'socket.error'>:[Errno 9] Bad file descriptor 
[/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/asyncor
e.py|readwrite|107] 
[/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/asyncor
e.py|handle_expt_event|441] [<string>|getsockopt|1] 
[/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/socket.
py|_dummy|165])

Test says it passes, though. Complete output is attached.
History
Date User Action Args
2009-10-02 20:15:12chucksetrecipients: + chuck
2009-10-02 20:15:11chucksetmessageid: <1254514511.94.0.551531757653.issue7037@psf.upfronthosting.co.za>
2009-10-02 20:15:10chucklinkissue7037 messages
2009-10-02 20:15:10chuckcreate