[issue13310] asyncore handling of out-of-band data fails

Charles-François Natali report at bugs.python.org
Wed Nov 2 15:17:39 CET 2011


Charles-François Natali <neologix at free.fr> added the comment:

> It is not clear why recv() can return EAGAIN because we're trying to
> _send_ a packet ;-)

Well, I was refering to a problem with the current implementation, not
limited to this specific example.

>> Closing as invalid
>
> Ok, 2.6.30 is an old kernel and urgent data is mostly never used.

I'll update test_asyncore to actually call recv(MSG_OOB), it's
probably a good idea to check that (hopefuly it won't break on OS
X...).

----------

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


More information about the Python-bugs-list mailing list