[issue19876] selectors (and asyncio?): document behaviour on closed files/sockets

Guido van Rossum report at bugs.python.org
Fri Dec 6 00:14:54 CET 2013


Guido van Rossum added the comment:

Here's a tentative change to selectors.py that ignores the OSError in various unregister() methods (but not in register()).

----------
keywords: +patch
Added file: http://bugs.python.org/file32999/unregister.diff

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


More information about the Python-bugs-list mailing list