Xiang Zhang added the comment:

What I am saying is that EVENT_* (1, 2) are bit_masks while KQ_FILTER_* not 
(-1, -2, -3, -4). So you should use |= with EVENT_* and == with KQ_FILTER_*. It 
seems not a bug. :)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27436>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to