commit | 87780dfa97ade2fbc5be60ea8f8b17ba30a03d29 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Aug 23 02:58:07 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Aug 23 02:58:07 2001 +0000 |
tree | 3bbaf1eaed9aa610dd569c4a314719d754961d65 | |
parent | ae347b33befbbf9068473f373def1620f2bab805 [diff] |
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).