]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Avoid overflow if possible in calculations for range(); report
authorGuido van Rossum <guido@python.org>
Tue, 12 Jan 1999 05:07:47 +0000 (05:07 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 12 Jan 1999 05:07:47 +0000 (05:07 +0000)
commite23cde2f8d0084f8ccfb8b6149afe06809f1c81c
tree1adb5e1890e725074a385de1ca8949cbfb57c2f3
parent5a0ca4e55caa415c57b68cb2cd519c9939d26035
Avoid overflow if possible in calculations for range(); report
unavoidable overflow as OverflowError.
Python/bltinmodule.c