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 neologix
Recipients neologix, xdegaye
Date 2011-11-02.14:17:38
SpamBayes Score 6.371074e-10
Marked as misclassified No
Message-id <CAH_1eM15yo-3m_d5Arc6rRiDPpEFChKm2vjEGCbMkqY6hMsfaw@mail.gmail.com>
In-reply-to <1320229748.8.0.167105610758.issue13310@psf.upfronthosting.co.za>
Content
> 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...).
History
Date User Action Args
2011-11-02 14:17:39neologixsetrecipients: + neologix, xdegaye
2011-11-02 14:17:38neologixlinkissue13310 messages
2011-11-02 14:17:38neologixcreate