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:13:38
SpamBayes Score 1.4867301e-07
Marked as misclassified No
Message-id <1235697219.97.0.49286680827.issue5377@psf.upfronthosting.co.za>
In-reply-to
Content
Anyway, the behaviour is 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:40vstinnersetrecipients: + vstinner, theller, debedb
2009-02-27 01:13:39vstinnersetmessageid: <1235697219.97.0.49286680827.issue5377@psf.upfronthosting.co.za>
2009-02-27 01:13:39vstinnerlinkissue5377 messages
2009-02-27 01:13:39vstinnercreate