[issue6550] asyncore incorrect failure when connection is refused and using async_chat channel

Nir Soffer report at bugs.python.org
Sat Aug 1 14:09:54 CEST 2009


Nir Soffer <nirsof at gmail.com> added the comment:

This is asyncore-fix-refused-3.patch with some fixes:

 1. Call handle_close instead of non exiting handle_close_event
 2. Remove unneeded handle_close_event in test classes
 3. Revert removal of handle_expt_event in test classes - not clear why it 
was removed in the previous patch.

Tested on Mac OS X 10.5.

----------
Added file: http://bugs.python.org/file14617/asyncore-fix-refused-4.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6550>
_______________________________________


More information about the Python-bugs-list mailing list