David Beazley added the comment:

I don't see any possible way that you would ever get events = EVENT_READ | 
EVENT_WRITE if the flag is a single value (e.g., KQ_FILTER_READ) and the flag 
itself is not a bitmask.  Only one of those == tests will ever be True.  There 
is no need to use |=.   Unless I'm missing something.

----------

_______________________________________
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