]> granicus.if.org Git - python/commit
When an inlined operation on two small ints causes overflow, don't
authorGuido van Rossum <guido@python.org>
Thu, 23 Aug 2001 02:58:07 +0000 (02:58 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 23 Aug 2001 02:58:07 +0000 (02:58 +0000)
commit87780dfa97ade2fbc5be60ea8f8b17ba30a03d29
tree3bbaf1eaed9aa610dd569c4a314719d754961d65
parentae347b33befbbf9068473f373def1620f2bab805
When an inlined operation on two small ints causes overflow, don't
raise the exception here -- call the generic function (which may
convert the arguments to long and try again).
Python/ceval.c