]> granicus.if.org Git - python/commit
Refactored some of the Py_TRACE_REFS code. New private API function
authorTim Peters <tim.peters@gmail.com>
Sun, 23 Mar 2003 03:33:13 +0000 (03:33 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 23 Mar 2003 03:33:13 +0000 (03:33 +0000)
commit36eb4dfb819dbfe90d82e0c6b58bd360c22bcc26
tree03aa5497be9d977f26d423c36234145668c6f4e1
parent3e40c7ff5bb54c4787290109b51394ad34ef815d
Refactored some of the Py_TRACE_REFS code.  New private API function
_Py_AddToAllObjects() that simply inserts an object at the front of
the doubly-linked list of all objects.  Changed PyType_Ready() (the
 closest thing we've got to a choke point for type objects) to call
that.
Include/object.h
Objects/object.c
Objects/typeobject.c