Giampaolo Rodola' added the comment:

> The actual error (which may be ECONNRESET, but also EBADF, ENOBUFS...) will 
> be raised
> upon the next call to read()/write(), or can be retrieved through
getsockopt(SO_ERROR).

Mmmm... I would be tempted to think the same but the fact that both Tornado and 
Twisted distinguish between READ and ERROR events is suspicious.

> then we probably also want to suppress POLLPRI|EPOLLPRI, no?

Yes.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16853>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to