]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736)
authorSteve Dower <steve.dower@python.org>
Fri, 30 Apr 2021 00:08:55 +0000 (01:08 +0100)
committerGitHub <noreply@github.com>
Fri, 30 Apr 2021 00:08:55 +0000 (01:08 +0100)
commit87655e2cf58c543914ea05ebe5a0377441da1ef2
tree768436c547182d733a35d98562e05ce41470ce35
parent9a2c2a9ec3140b6c54c9ef9d994311f114128ee3
bpo-42800: Rename AUDIT_READ to PY_AUDIT_READ (GH-25736)
Doc/extending/newtypes.rst
Include/structmember.h
Objects/descrobject.c
Objects/frameobject.c
Objects/genobject.c
Python/traceback.c