[issue18932] Optimize selectors.EpollSelector.modify()

STINNER Victor report at bugs.python.org
Wed Feb 4 18:49:18 CET 2015


STINNER Victor added the comment:

I tested SelectSelector, PollSelector, EpollSelector on Linux. I ran tests on FreeBSD, so also tested KqueueSelector. I didn't test DevpollSelector, but the code should be identical to PollSelector (the API is the same).

----------

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


More information about the Python-bugs-list mailing list