SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 232 Python

Make PyObject_{NEW,New,Del,DEL} always use the standard malloc (PyMem_*)

and not pymalloc.  Add the functions PyMalloc_New, PyMalloc_NewVar, and
PyMalloc_Del that will use pymalloc if it's enabled.   If pymalloc is
not enabled then they use the standard malloc (PyMem_*).
N
Neil Schemenauer committed
ffd53997286973bc6abcfdc0fae92aaa88b51f67
Parent: 150ed61