Integer multiplication overflow.
Roland Mas
mas at echo.fr
Mon Oct 9 05:17:03 EDT 2000
More information about the Python-list mailing list
Mon Oct 9 05:17:03 EDT 2000
- Previous message (by thread): Integer multiplication overflow.
- Next message (by thread): Integer multiplication overflow.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
For what it's worth... There appeared a bug in recent libc6 (2.1.93 ou 2.1.94) that resulted in the symbol LONG_BIT being defined to be 64 on a x86 (32 bit) machine. The practical result is that a recent (CVS) Python compiled with that libc will raise an integer multiplication overflow even if you just calculate 1*1. More info is available on the Sourceforge bug tracking site for the Python project: <URL:http://sourceforge.net/bugs/?func=detailbug&bug_id=115919&group_id=5470> Roland. -- Roland Mas 'And what would humans be without love?' RARE, said Death. -- in Sourcery (Terry Pratchett)
- Previous message (by thread): Integer multiplication overflow.
- Next message (by thread): Integer multiplication overflow.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list