blob: 741f9520686f316dfaa3cfec4d6f31b6e53848bf [file] [log] [blame]
The ``Py_TRASHCAN_BEGIN`` macro no longer accesses PyTypeObject attributes,
but now can get the condition by calling the new private
:c:func:`_PyTrash_cond()` function which hides implementation details.