]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Change the GC type flag since the API has changed. Allow types using
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Wed, 29 Aug 2001 23:49:28 +0000 (23:49 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Wed, 29 Aug 2001 23:49:28 +0000 (23:49 +0000)
commit74b5ade6b8cf52ac27c301717284dd3a3820addf
tree95f0db36e758d923549fc145ffd6f4e663a1a8c0
parent31ec1428087311d9b3926bd00cd8ebe393746f17
Change the GC type flag since the API has changed.  Allow types using
the old flag to still compile.  Remove the PyType_BASICSIZE and
PyType_SET_BASICSIZE macros.  Add PyObject_GC_New, PyObject_GC_NewVar,
PyObject_GC_Resize, PyObject_GC_Del, PyObject_GC_Track,
PyObject_GC_UnTrack.  Part of SF patch #421893.
Include/objimpl.h