mirror of
https://github.com/python/cpython.git
synced 2026-05-10 06:31:43 -04:00
ed1a5a5bac
The Py_TRASHCAN_BEGIN macro no longer accesses PyTypeObject attributes, but now can get the condition by calling the new private _PyTrash_cond() function which hides implementation details.