This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients debedb, theller, vstinner
Date 2009-02-27.01:12:47
SpamBayes Score 1.4867301e-07
Marked as misclassified No
Message-id <1235697174.59.0.879036657408.issue5377@psf.upfronthosting.co.za>
In-reply-to
Content
Anyway, the behaviour in correct. But ok, it's "strange" because 
unexpected. You have to understand the fact the long=>int conversion 
is manual :-/ Decimal.__int__ might force return int(result) at the 
end to avoid problem with -sys.maxint, but is it really important? I 
don't think so. Python3 doesn't have this problem ;-)
History
Date User Action Args
2009-02-27 01:13:22vstinnerunlinkissue5377 messages
2009-02-27 01:12:54vstinnersetrecipients: + vstinner, theller, debedb
2009-02-27 01:12:54vstinnersetmessageid: <1235697174.59.0.879036657408.issue5377@psf.upfronthosting.co.za>
2009-02-27 01:12:47vstinnerlinkissue5377 messages
2009-02-27 01:12:47vstinnercreate