]> granicus.if.org Git - python/commit
Fix PyUnicode_FromFormatV() error handling
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 21 Sep 2016 12:13:14 +0000 (14:13 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 21 Sep 2016 12:13:14 +0000 (14:13 +0200)
commit1ddf53d496a3b7bd09fe8672daa2f07a4d240f2c
treeb75f349762f163bf5106138179013871195e1841
parent0256f4283987276796129b09905e71a7e3c590d3
Fix PyUnicode_FromFormatV() error handling

Issue #28233: Fix a memory leak if the format string contains a non-ASCII
character, destroy the unicode writer.
Objects/unicodeobject.c