Author arigo
Recipients
Date 2006-09-16.11:28:49
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=4771

More of the same kind of problem:
abs(-sys.maxint-1) sometimes gives -sys.maxint-1.
It would be a good idea to review all places that need
to special-case -sys.maxint-1 for overflow detection.
(It would be a still better idea to review all overflow
detection code, but that may have to wait after the
2.5 release).
History
Date User Action Args
2007-08-23 14:42:17adminlinkissue1545668 messages
2007-08-23 14:42:17admincreate