SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

bpo-39947: Hide implementation detail of trashcan macros (GH-18971)

Py_TRASHCAN_BEGIN_CONDITION and Py_TRASHCAN_END macro no longer
access PyThreadState attributes, but call new private
_PyTrash_begin() and _PyTrash_end() functions which hide
implementation details.
V
Victor Stinner committed
38965ec5411da60d312b59be281f3510d58e0cf1
Parent: 309d7cc
Committed by GitHub <noreply@github.com> on 3/13/2020, 3:51:52 PM