[Python-Dev] Integer Overflow

Tim Peters tim_one@email.msn.com
Thu, 14 Sep 2000 03:14:14 -0400


Works for me (Windows).  Local corruption?  Compiler optimization error?
Config screwup?  Clobber everything and rebuild.  If still a problem, turn
off optimization and try again.  If still a problem, write up what you know
and enter SourceForge bug, marking it platform-specific.

> -----Original Message-----
> From: python-dev-admin@python.org [mailto:python-dev-admin@python.org]On
> Behalf Of Martin v. Loewis
> Sent: Thursday, September 14, 2000 2:54 AM
> To: python-dev@python.org
> Subject: [Python-Dev] Integer Overflow
>
>
> With the current CVS, I get surprising results
>
> Python 2.0b1 (#47, Sep 14 2000, 08:51:18)
> [GCC 2.95.2 19991024 (release)] on linux2
> Type "copyright", "credits" or "license" for more information.
> >>> 1*1
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
> OverflowError: integer multiplication
>
> What is causing this exception?
>
> Curious,
> Martin
>
> _______________________________________________
> Python-Dev mailing list
> Python-Dev@python.org
> http://www.python.org/mailman/listinfo/python-dev