]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #14700: Fix buggy overflow checks for large precision and width in new-style...
authorMark Dickinson <mdickinson@enthought.com>
Sun, 28 Oct 2012 10:18:03 +0000 (10:18 +0000)
committerMark Dickinson <mdickinson@enthought.com>
Sun, 28 Oct 2012 10:18:03 +0000 (10:18 +0000)
commitfb90c0934c22041cad1fc4019c9853205befc967
tree8814d98ae8a6cc931232a07790c55c40072aaccb
parent579d5cd643d31b732e6e7707582276565e44ece9
Issue #14700: Fix buggy overflow checks for large precision and width in new-style and old-style formatting.
Lib/test/test_unicode.py
Misc/NEWS
Objects/stringlib/formatter.h
Objects/stringlib/string_format.h
Objects/unicodeobject.c