Issue #7406: Fix some occurrences of potential signed overflow in int
commit3b0376fdf5be22b72155b76fbb8bb468d924a4c8
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 2 Dec 2009 17:33:41 +0000 (2 17:33 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Wed, 2 Dec 2009 17:33:41 +0000 (2 17:33 +0000)
tree37320c04d422343c428a087c13045faede747a4b
parent30d70a3872008a98be1200e0b222eaf827837c23
Issue #7406:  Fix some occurrences of potential signed overflow in int
arithmetic.

git-svn-id: http://svn.python.org/projects/python/trunk@76629 6015fed2-1504-0410-9fe1-9d1591cc4771
Objects/intobject.c
Python/ceval.c