commit | 03b3f045425f201001deb0fc632a7d15f9c18cca | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Dec 04 16:36:39 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Dec 04 16:36:39 2001 +0000 |
tree | b8bbde23f9bede61a9925cde7e9083425a87287e | |
parent | b48b6d073794481765159af6e2f4ebce84a42265 [diff] |
long_mul(): The PyNumber_Multiply() call can return a long if the result would overflow an int. Check for this. (SF bug #488482, Armin Rigo.)