[issue23225] selectors: raise an exception if the selector is closed

STINNER Victor report at bugs.python.org
Tue Jan 13 10:07:03 CET 2015


STINNER Victor added the comment:

Oh, I forgot Python 3.4. Changing the behaviour of get_key() in a minor Python version (3.4.x) would break the compatibility. I used Martin Richard's patch for Python 3.4: raise a KeyError if the selector is closed.

I commit my change to Python 3.5 and Tulip.

----------

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


More information about the Python-bugs-list mailing list