[issue18932] Optimize selectors.EpollSelector.modify()

STINNER Victor report at bugs.python.org
Tue Feb 3 16:01:22 CET 2015


STINNER Victor added the comment:

selectors.EpollSelector.modify() should use epoll.modify() instead of unregister()+register().

----------
title: selectors and modify() -> Optimize selectors.EpollSelector.modify()

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


More information about the Python-bugs-list mailing list