]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #3329: Fix _PyObject_ArenaVirtualFree()
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 7 Jul 2013 01:06:16 +0000 (03:06 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 7 Jul 2013 01:06:16 +0000 (03:06 +0200)
commit725e668ac8c966fb007d5bd862bff3b5d44a889c
tree6b4533ea2b7fe2d99ee54806311be5cfe2945dd6
parent24e33acf8c422f6b8f84387242ff7874012f7291
Issue #3329: Fix _PyObject_ArenaVirtualFree()

According to VirtualFree() documentation, the size must be zero if the "free
type" is MEM_RELEASE.
Objects/obmalloc.c