[issue27436] Strange code in selectors.KqueueSelector

Xiang Zhang report at bugs.python.org
Fri Jul 1 14:34:26 EDT 2016


Xiang Zhang added the comment:

EVENT_* and KQ_FILTER_* are two different sets of constants. EVENT_* represent event types of the abstract event and KQ_FILTER_* represent the kevent filter type. EVENT_* can be combined while kevent.filter can only get one type.

----------
nosy: +xiang.zhang

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


More information about the Python-bugs-list mailing list