Message14404
Logged In: YES
user_id=595280
My machine has similar configuration, but works fine;
$ uname -a
SunOS abbey 5.8 Generic_108528-18 sun4u sparc
SUNW,Sun-Blade-1000
$ python22
Python 2.2.2 (#1, Oct 15 2002, 14:20:16)
[GCC 2.95.3 20010315 (release)] on sunos5
>>> long(3.1415)
3L
>>> long(6e20)
600000000000000000000L
>>> _ - 1
599999999999999999999L
I think it's gcc/glibc optimization issue. |
|
Date |
User |
Action |
Args |
2007-08-23 14:10:42 | admin | link | issue679520 messages |
2007-08-23 14:10:42 | admin | create | |
|