[Python-bugs-list] [Bug #115919] Integer multiplication overflow

noreply@sourceforge.net noreply@sourceforge.net
Tue, 3 Oct 2000 08:01:03 -0700


Bug #115919, was updated on 2000-Oct-03 08:01
Here is a current snapshot of the bug.

Project: Python
Category: Core
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Summary: Integer multiplication overflow

Details: roland@cachemir ~ $ python2.0 
Python 2.0b2 (#3, Oct  3 2000, 16:30:25) 
[GCC 2.95.2 20000220 (Debian GNU/Linux)] on linux2
Type "copyright", "credits" or "license" for more information.
>>> 1+1
2
>>> 1*1
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
OverflowError: integer multiplication
>>> 

Last CVS update 2000-10-03 around 14:00 UTC.  Last before that was some weeks ago, sorry for not being precise.  Compiled with ./configure --prefix=/usr/local/ && make, su and make install.  Only personal change is the use of readline in Modules/Setup.local.  Did I do something wrong?

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=115919&group_id=5470