]> granicus.if.org Git - python/commit
Issue #18137: Detect integer overflow on precision in float.__format__() and
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 23 Jun 2013 12:54:30 +0000 (14:54 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 23 Jun 2013 12:54:30 +0000 (14:54 +0200)
commit2f084ecfe78472b6a1a6c8b07472672176d4f848
tree0a4c0948defc6a3019553b48800f2f2b4656368b
parentda30acf50b4ccf6751cdd6c786cbab283865a79f
Issue #18137: Detect integer overflow on precision in float.__format__() and
complex.__format__().
Lib/test/test_format.py
Misc/NEWS
Python/formatter_unicode.c