]> granicus.if.org Git - python/commit
Issue #16147: PyUnicode_FromFormatV() now detects integer overflow when parsing
authorVictor Stinner <victor.stinner@gmail.com>
Sat, 6 Oct 2012 21:05:00 +0000 (23:05 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sat, 6 Oct 2012 21:05:00 +0000 (23:05 +0200)
commit3921e90c5a658179a90ffcf378f245aa9ca33208
tree969de58a1eaf3c58743b47f52ecf7816782b774d
parente215d960be3c5e1457920c452dc8f94ebf42b159
Issue #16147: PyUnicode_FromFormatV() now detects integer overflow when parsing
width and precision
Objects/unicodeobject.c