bpo-40170: Hide impl detail of Py_TRASHCAN_BEGIN macro (GH-23235)
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.
H
Hai Shi committed
ed1a5a5baca8f61e9a99c5be3adc16b1801514fe
Parent: 0ec34ca
Committed by GitHub <noreply@github.com>
on 11/24/2020, 10:03:31 PM