]> granicus.if.org Git - python/commit
long_mul(): The PyNumber_Multiply() call can return a long if the
authorGuido van Rossum <guido@python.org>
Tue, 4 Dec 2001 16:36:39 +0000 (16:36 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 4 Dec 2001 16:36:39 +0000 (16:36 +0000)
commit03b3f045425f201001deb0fc632a7d15f9c18cca
treeb8bbde23f9bede61a9925cde7e9083425a87287e
parentb48b6d073794481765159af6e2f4ebce84a42265
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.)
Objects/rangeobject.c