commit | 38965ec5411da60d312b59be281f3510d58e0cf1 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Mar 13 16:51:52 2020 +0100 |
committer | GitHub <noreply@github.com> | Fri Mar 13 16:51:52 2020 +0100 |
tree | 337294fec36de620386a08d0a5e917f63a6ba0e3 | |
parent | 309d7cc5df4e2bf3086c49eb2b1b56b929554500 [diff] |
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.