]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18408: normalizestring() now raises MemoryError on memory allocation failure
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 11 Jul 2013 22:02:55 +0000 (00:02 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 11 Jul 2013 22:02:55 +0000 (00:02 +0200)
commitcc35159ed87c27966de1a06b71e05e184303b7fc
tree380baf66b65f37042d80ad399ef9ce7577c097a7
parent9035ad932b9a7861793f7187d74051babb8b17d9
Issue #18408: normalizestring() now raises MemoryError on memory allocation failure
Python/codecs.c