[issue1541] Bad OOB data management when using asyncore with select.poll()

Josiah Carlson report at bugs.python.org
Thu Oct 2 17:58:41 CEST 2008


Josiah Carlson <josiahcarlson at users.sourceforge.net> added the comment:

While handle_expt() is documented has only being called when OOB data is 
known, it has become the catch-all for "something strange is happening 
on the socket".

The reason it wasn't changed/fixed in Python 2.6 is because a new method 
would need to be added, which would break previously existing asyncore-
derived applications.

I might still be able to fix it for 3.0 .

----------
assignee: akuchling -> josiahcarlson
nosy: +josiahcarlson

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


More information about the Python-bugs-list mailing list