![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: "long int..." exception reported with strange traceback location
From: Joe Peterson <joe@skyrush.com>
Date: Tue Jul 05 2005 - 06:42:10 CEST
Yep, my thinking too. Well, maybe it's all related to the same bug
----------------
t = 2147483648L
print "hi"
This way, there's no "float" call, simply an asignment of a long int...
Thanks, Joe
Peter Otten wrote:
|