]> granicus.if.org Git - python/commit
Issue #18203: Replace PyMem_Malloc() with PyMem_RawMalloc() at Python initialization
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 26 Jul 2013 23:13:34 +0000 (01:13 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 26 Jul 2013 23:13:34 +0000 (01:13 +0200)
commitb5245bec936d22fddb6d14bd130218ac71ed8474
tree93c950b12c9726143fe80962dc7c8a854231fa56
parent597696c70cd18ec8b798b43ad38469b4e498b30d
Issue #18203: Replace PyMem_Malloc() with PyMem_RawMalloc() at Python initialization
Python/frozenmain.c