Kevin Shweh <kevin.sh...@gmail.com> added the comment:

Almost - C's weird bitwise operator precedence means it has to be parenthesized 
as

    if ((kind & _odict_ITER_ITEMS) == _odict_ITER_ITEMS)

----------

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

Reply via email to