mirror of
https://github.com/python/cpython.git
synced 2026-05-29 23:56:56 -04:00
36eb4dfb81
_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.