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

noreply@sourceforge.net noreply@sourceforge.net
Tue, 3 Oct 2000 08:40:50 -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?

Follow-Ups:

Date: 2000-Oct-03 08:25
By: jhylton

Comment:
What happens when you run "make test"?  It looks like there is something fundamentally broken, but I can't tell what it is.  If 1*1 fails, I expect the rest of the test suite to also report errors.


-------------------------------------------------------

Date: 2000-Oct-03 08:38
By: lo-lan-do

Comment:
make test shows me plenty of lines looking like this one (except the name of the test changes):

test_grammar
test test_grammar crashed -- exceptions.OverflowError: integer multiplication

I also get messages along the lines of 'test test_dbm skipped --  No module named dbm', but I guess these ones are OK.
-------------------------------------------------------

Date: 2000-Oct-03 08:40
By: jhylton

Comment:
Can you include the complete output?

-------------------------------------------------------

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