]> granicus.if.org Git - python/commit
Issue #18408: Fix PyUnicode_AsUTF8AndSize(), raise MemoryError exception on
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Oct 2013 00:28:23 +0000 (01:28 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 29 Oct 2013 00:28:23 +0000 (01:28 +0100)
commita5afb58986cc0cd63908f1b5b44d472611f67b4f
tree21e9c77e1118715842098cac10be3b553872e829
parent41bb43a71e1caa4e6993c6571544d415c9e178b9
Issue #18408: Fix PyUnicode_AsUTF8AndSize(), raise MemoryError exception on
memory allocation failure
Objects/unicodeobject.c