]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Don't define _PyMem_PymallocEnabled() if pymalloc is disabled
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 19 Apr 2016 15:02:55 +0000 (17:02 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 19 Apr 2016 15:02:55 +0000 (17:02 +0200)
commit0621e0ea86ab964110c612b5eca297a698fb5195
tree54e4167414bc0df6fb4955d7b8f9df774bf27e8c
parent1fa5a38e92e8a50e565f4fee7a5b31131b1d56f3
Don't define _PyMem_PymallocEnabled() if pymalloc is disabled

Isse #26516.
Objects/obmalloc.c