diff options
author | Victor Stinner <vstinner@python.org> | 2020-03-13 15:51:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-13 15:51:52 (GMT) |
commit | 38965ec5411da60d312b59be281f3510d58e0cf1 (patch) | |
tree | 337294fec36de620386a08d0a5e917f63a6ba0e3 /Mac | |
parent | 309d7cc5df4e2bf3086c49eb2b1b56b929554500 (diff) | |
download | cpython-38965ec5411da60d312b59be281f3510d58e0cf1.zip cpython-38965ec5411da60d312b59be281f3510d58e0cf1.tar.gz cpython-38965ec5411da60d312b59be281f3510d58e0cf1.tar.bz2 |
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.
Diffstat (limited to 'Mac')
0 files changed, 0 insertions, 0 deletions