]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix overflow test for multiply to catch some cases it missed.
authorGuido van Rossum <guido@python.org>
Mon, 6 Jan 1997 22:53:20 +0000 (22:53 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 6 Jan 1997 22:53:20 +0000 (22:53 +0000)
commit541cdd84aceaec11895c31a6f5afe8a60806cee3
tree0d52e821b17ce70ebc52fcce71a30e538671d84a
parentd81a1baa5fed9e02b2c75191de8fc0106415e3b0
Fix overflow test for multiply to catch some cases it missed.
Added warning about dependency of float/complex hash on int hash.
Objects/intobject.c