]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18203: Replace malloc() with PyMem_Malloc() to allocate arena objects
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 7 Jul 2013 15:18:53 +0000 (17:18 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 7 Jul 2013 15:18:53 +0000 (17:18 +0200)
commitc6632e7eb49da96d4e6914b2543421206a937039
tree3b5d4cc2c66fd7cff0b53cc1a9f761f1f832c01f
parent80aa565fb4a4be45ea7b94487bd10f1ab0ff5410
Issue #18203: Replace malloc() with PyMem_Malloc() to allocate arena objects
Python/pyarena.c