| commit | 36eb4dfb819dbfe90d82e0c6b58bd360c22bcc26 | [log] [tgz] |
|---|---|---|
| author | Tim Peters <tim.peters@gmail.com> | Sun Mar 23 03:33:13 2003 +0000 |
| committer | Tim Peters <tim.peters@gmail.com> | Sun Mar 23 03:33:13 2003 +0000 |
| tree | 03aa5497be9d977f26d423c36234145668c6f4e1 | |
| parent | 3e40c7ff5bb54c4787290109b51394ad34ef815d [diff] |
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.