[Python-bugs-list] [ python-Bugs-488480 ] integer multiply to return -max_int-1

noreply@sourceforge.net noreply@sourceforge.net
Mon, 03 Dec 2001 09:23:21 -0800


Bugs item #488480, was opened at 2001-12-03 09:14
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=488480&group_id=5470

Category: Python Interpreter Core
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Tim Peters (tim_one)
Summary: integer multiply to return -max_int-1

Initial Comment:
integer multiplication never returns '-sys.max_int-1' 
but signals an OverflowError instead (or in Python 
2.2b1 returns a long).


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

Comment By: Armin Rigo (arigo)
Date: 2001-12-03 09:23

Message:
Logged In: YES 
user_id=4771

(sorry, I was not logged in when I submitted this one)

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

Comment By: Tim Peters (tim_one)
Date: 2001-12-03 09:22

Message:
Logged In: YES 
user_id=31435

Confirmed, and assigned to me.

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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=488480&group_id=5470