[issue19017] selectors: towards uniform EBADF handling

Guido van Rossum report at bugs.python.org
Mon Nov 4 16:48:01 CET 2013


Guido van Rossum added the comment:

> AFAICT, we haven't reached a consensus yet on the best way to handle
EBADF.

By which you mean that you still don't agree with my proposal? Which is to
fix it for most syscalls but not for select(), poll() and similar (anything
that the new selectors module interfaces to).

----------

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


More information about the Python-bugs-list mailing list