Staging
v0.5.1
https://github.com/python/cpython
Revision ed1a5a5baca8f61e9a99c5be3adc16b1801514fe authored by Hai Shi on 24 November 2020, 22:03:31 UTC, committed by GitHub on 24 November 2020, 22:03:31 UTC
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.
1 parent 0ec34ca
Raw File
Tip revision: ed1a5a5baca8f61e9a99c5be3adc16b1801514fe authored by Hai Shi on 24 November 2020, 22:03:31 UTC
bpo-40170: Hide impl detail of Py_TRASHCAN_BEGIN macro (GH-23235)
Tip revision: ed1a5a5
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top