]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18137: Detect integer overflow on precision in float.__format__()
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 23 Jun 2013 12:56:57 +0000 (14:56 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 23 Jun 2013 12:56:57 +0000 (14:56 +0200)
commit760388100e2cc21c5d58a9014db5426e6107b5e4
treef09fb0201f06797ddeda2ba73d44bcb8b3cb1af9
parent223a22b6ababadefa831c634f3094e24d0e36cbe
Issue #18137: Detect integer overflow on precision in float.__format__()
and complex.__format__().
Lib/test/test_format.py
Misc/NEWS
Objects/stringlib/formatter.h