]> granicus.if.org Git - python/commit
Issue #19437: Fix fsconvert_strdup(), raise a MemoryError on PyMem_Malloc()
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 7 Nov 2013 22:56:10 +0000 (23:56 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 7 Nov 2013 22:56:10 +0000 (23:56 +0100)
commit50abf2294ed5623e9b8025c5ed8e143f2f4af75c
tree31b40de5e065e3fafe7b06b6490165062e29caea
parent66b3270975ebf33596559d70549ea66d1dfd9d9c
Issue #19437: Fix fsconvert_strdup(), raise a MemoryError on PyMem_Malloc()
failure
Modules/posixmodule.c