]> granicus.if.org Git - python/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:00:46 +0000 (10:00 +0000)
committerMark Dickinson <mdickinson@enthought.com>
Sun, 28 Oct 2012 10:00:46 +0000 (10:00 +0000)
commit75d36004665a637c5d0aa868a5d0b728b3d03d39
treeeaae340a81386d4ca660f446cd69f586bf7b10a9
parent08114d40e94fa97ac9a55b80b69dc269da904fcc
Issue #14700: Fix buggy overflow checks for large precision and width in new-style and old-style formatting.
Lib/test/test_str.py
Lib/test/test_unicode.py
Misc/NEWS
Objects/stringlib/formatter.h
Objects/stringlib/string_format.h
Objects/stringobject.c
Objects/unicodeobject.c