[issue34751] Hash collisions for tuples

Tim Peters report at bugs.python.org
Fri Sep 21 15:48:57 EDT 2018


Tim Peters <tim at python.org> added the comment:

Oops!

"""
"j odd implies j^(-2) == -j, so that m*(j^(-2)) == -m"
"""

The tail end should say "m*(j^(-2)) == -m*j" instead.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34751>
_______________________________________


More information about the Python-bugs-list mailing list