[issue18932] Optimize selectors.EpollSelector.modify()

Giampaolo Rodola' report at bugs.python.org
Wed Feb 4 18:53:44 CET 2015


Giampaolo Rodola' added the comment:

_BaseSelectorImpl.modify() still calls unregister() and register(). To my understanding the whole point of this proposal was to avoid that in order to obtain the speedup and (possibly) avoid race conditions.

----------

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


More information about the Python-bugs-list mailing list