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 mark.dickinson, vstinner
Date 2013-06-04.23:11:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370387490.7.0.925760036374.issue18137@psf.upfronthosting.co.za>
In-reply-to
Content
format(1.2, ".%sf" % (2**32 + 2)) returns "1.20": the integer overflow is not catced.

Attached patch fixes the issue.
History
Date User Action Args
2013-06-04 23:11:30vstinnersetrecipients: + vstinner, mark.dickinson
2013-06-04 23:11:30vstinnersetmessageid: <1370387490.7.0.925760036374.issue18137@psf.upfronthosting.co.za>
2013-06-04 23:11:30vstinnerlinkissue18137 messages
2013-06-04 23:11:30vstinnercreate