]> granicus.if.org Git - python/commit
Appropriate overflow checks so that things like sys.maxint*(1,) can't
authorGuido van Rossum <guido@python.org>
Mon, 12 Jul 1999 23:06:58 +0000 (23:06 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 12 Jul 1999 23:06:58 +0000 (23:06 +0000)
commit5bc51f2f27dfeb57ae08b659ef1aa0c035077d60
tree1752954a9f59913e4110ce5e03e511106d2cd1a3
parent7c5b9d1fa95df002801b0ae810d2b58e33a34db6
Appropriate overflow checks so that things like sys.maxint*(1,) can't
dump core.
Objects/tupleobject.c