]> granicus.if.org Git - python/commit
Remove PyMalloc_* symbols. PyObject_Malloc now uses pymalloc if
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Fri, 12 Apr 2002 02:38:45 +0000 (02:38 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Fri, 12 Apr 2002 02:38:45 +0000 (02:38 +0000)
commit3e7b893899bdaa294a72e894694b099a1d370765
treeae5b83a57af0fe0606c66236f3c44e5d98c136f0
parentf6d1ea1749344165f8cf1cdfdf6cd1bdb5c4474b
Remove PyMalloc_* symbols.  PyObject_Malloc now uses pymalloc if
it's enabled.

Allow PyObject_Del, PyObject_Free, and PyObject_GC_Del to be used as
function designators.  Provide source compatibility macros.

Make PyObject_GC_Track and PyObject_GC_UnTrack functions instead of
trivial macros wrapping functions.
Include/objimpl.h