[issue8003] Fragile and unexpected error-handling in asyncore

2013-11-06 Thread A.M. Kuchling
A.M. Kuchling added the comment: asyncore is no longer maintained, so this will not get fixed. -- nosy: +akuchling resolution: -> wont fix status: open -> closed ___ Python tracker _

[issue8003] Fragile and unexpected error-handling in asyncore

2010-08-04 Thread Mark Lawrence
Changes by Mark Lawrence : -- stage: -> unit test needed versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker ___

[issue8003] Fragile and unexpected error-handling in asyncore

2010-03-14 Thread Giampaolo Rodola'
Changes by Giampaolo Rodola' : -- nosy: +giampaolo.rodola, josiah.carlson ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue8003] Fragile and unexpected error-handling in asyncore

2010-02-23 Thread Mads Kiilerich
New submission from Mads Kiilerich : I had an issue which seems to be very similar to issue4690 - but different. I created a subclass of asyncore.dispatcher, .create_socket added it to the channel map, but then .bind failed (because the port was in use - my bad), .listen wasn't called, and .ac