]> granicus.if.org Git - python/commit
Move PyObject_Malloc and PyObject_Free here from object.c. Remove
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Fri, 12 Apr 2002 03:10:20 +0000 (03:10 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Fri, 12 Apr 2002 03:10:20 +0000 (03:10 +0000)
commitd2560cd37c8d38c9eb79bcfce9d780b0753a3cb5
tree5f86ac30ef6d6d2cd70f5ce45b0a16dea6f2af65
parentbdf0eedb680898967e21eec99fb412e1140b1961
Move PyObject_Malloc and PyObject_Free here from object.c.  Remove
PyMalloc_ prefix and use PyObject_ instead.  I'm not sure about the
debugging functions.  Perhaps they should stay as PyMalloc_.
Objects/obmalloc.c