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 donmez
Recipients donmez
Date 2009-04-20.11:02:10
SpamBayes Score 0.008517847
Marked as misclassified No
Message-id <1240225332.5.0.570636191093.issue5798@psf.upfronthosting.co.za>
In-reply-to
Content
Using latest python 2.6 branch; test_asynchat fails with the following
error:

error: uncaptured python exception, closing channel
<test.test_asynchat.echo_client at 0x1689238> (<class
'socket.error'>:[Errno 9] Bad file descriptor
[/Users/cartman/Sources/python-2.6/Lib/asyncore.py|readwrite|107]
[/Users/cartman/Sources/python-2.6/Lib/asyncore.py|handle_expt_event|441] [<string>|getsockopt|1]
[/Users/cartman/Sources/python-2.6/Lib/socket.py|_dummy|165])

Using Mac OSX 10.5.6.
History
Date User Action Args
2009-04-20 11:02:12donmezsetrecipients: + donmez
2009-04-20 11:02:12donmezsetmessageid: <1240225332.5.0.570636191093.issue5798@psf.upfronthosting.co.za>
2009-04-20 11:02:11donmezlinkissue5798 messages
2009-04-20 11:02:10donmezcreate