]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Change all case where we used to raise OverflowError to issue a
authorGuido van Rossum <guido@python.org>
Thu, 23 Aug 2001 02:59:04 +0000 (02:59 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 23 Aug 2001 02:59:04 +0000 (02:59 +0000)
commite27f795b72c11e18e1e28e939e4713992d4f6189
tree2b7e0b74ab82f5bec9f6372fd4ea0cb3a9903bd5
parent87780dfa97ade2fbc5be60ea8f8b17ba30a03d29
Change all case where we used to raise OverflowError to issue a
warning and then redo the operation using long ints.
Objects/intobject.c