]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #21233: Fix _PyObject_Alloc() when compiled with WITH_VALGRIND defined
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 6 May 2014 09:32:29 +0000 (11:32 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 6 May 2014 09:32:29 +0000 (11:32 +0200)
commit3080d926afca339eb392fffa46498b52eead3a16
tree5950387211179910d6c50c78bf442b3829d21f4c
parent8c9f480e9ca033e2fd1632aa4c9e9ce5bb098304
Issue #21233: Fix _PyObject_Alloc() when compiled with WITH_VALGRIND defined
Objects/obmalloc.c