[issue5186] Reduce hash collisions for objects with no __hash__ method

David W. Lambert report at bugs.python.org
Thu Feb 12 03:41:00 CET 2009


David W. Lambert <lambertdw at corning.com> added the comment:

"x |= x>>4"

Are you (Ray) sure you didn't mean

"x ^= x>>4"    ?

----------
nosy: +LambertDW

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


More information about the Python-bugs-list mailing list