]> granicus.if.org Git - python/commit
Allow PyObject_Del to be used as a function designator. Provide binary
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Fri, 12 Apr 2002 02:41:03 +0000 (02:41 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Fri, 12 Apr 2002 02:41:03 +0000 (02:41 +0000)
commitfec4eb1be1bb193ab3db0645a2c084c34868401c
tree1cdcee6e0c44a2f7c41590c41a2954a2923d328f
parent20d0a1a0717e4e994dfe299797e9d2cca58206e9
Allow PyObject_Del to be used as a function designator.  Provide binary
compatibility function.

Make PyObject_GC_Track and PyObject_GC_UnTrack functions instead of
trivial macros wrapping functions.  Provide binary compatibility
functions.
Modules/gcmodule.c