Files
cpython/Include
Neil Schemenauer ffd5399728 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_*).
2002-03-22 15:25:18 +00:00
..
2002-02-28 23:46:34 +00:00
2001-08-02 04:15:00 +00:00
2001-08-02 04:15:00 +00:00
2001-12-06 06:23:26 +00:00
2001-10-05 22:06:45 +00:00