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 python-dev
Recipients mark.dickinson, python-dev, serhiy.storchaka, vstinner
Date 2013-06-23.12:57:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3bdYZQ4GdbzMJ9@mail.python.org>
In-reply-to
Content
New changeset ef5175d08e7e by Victor Stinner in branch '3.3':
Issue #18137: Detect integer overflow on precision in float.__format__() and
http://hg.python.org/cpython/rev/ef5175d08e7e

New changeset 81fef2666ebb by Victor Stinner in branch 'default':
(Merge 3.3) Issue #18137: Detect integer overflow on precision in
http://hg.python.org/cpython/rev/81fef2666ebb

New changeset d2b4f59943fa by Victor Stinner in branch '2.7':
Issue #18137: Detect integer overflow on precision in float.__format__()
http://hg.python.org/cpython/rev/d2b4f59943fa
History
Date User Action Args
2013-06-23 12:57:35python-devsetrecipients: + python-dev, mark.dickinson, vstinner, serhiy.storchaka
2013-06-23 12:57:35python-devlinkissue18137 messages
2013-06-23 12:57:35python-devcreate