[Python-bugs-list] [Bug #115844] OverflowError: integer multiplication

noreply@sourceforge.net noreply@sourceforge.net
Mon, 2 Oct 2000 06:39:05 -0700


Bug #115844, was updated on 2000-Oct-02 06:27
Here is a current snapshot of the bug.

Project: Python
Category: Core
Status: Open
Resolution: None
Bug Group: Platform-specific
Priority: 5
Summary: OverflowError: integer multiplication

Details: 
Python2.0b2 compiled from source on a full RH7.0 install:


Python 2.0b2 (#2, Sep 27 2000, 11:40:58) 
[GCC 2.96 20000731 (Red Hat Linux 7.0)] on linux2
Type "copyright", "credits" or "license" for more information.
>>> a = 5 * 5
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
OverflowError: integer multiplication
>>>

Follow-Ups:

Date: 2000-Oct-02 06:39
By: gvanrossum

Comment:
Something very basic is wrong. What output does the test suite give? ("make test"). Please see the README for digging into this.

Note that you submitted your bug report anonymously. We can't help you very effectively unless we can exchange email with you!
-------------------------------------------------------

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