https://github.com/python/cpython
Revision 9a2c2a9ec3140b6c54c9ef9d994311f114128ee3 authored by Ryan Hileman on 29 April 2021, 23:15:55 UTC, committed by GitHub on 29 April 2021, 23:15:55 UTC
Accessing the following attributes will now fire PEP 578 style audit hooks as ("object.__getattr__", obj, name):
* PyTracebackObject: tb_frame
* PyFrameObject: f_code
* PyGenObject: gi_code, gi_frame
* PyCoroObject: cr_code, cr_frame
* PyAsyncGenObject: ag_code, ag_frame
Add an AUDIT_READ attribute flag aliased to READ_RESTRICTED.
Update obsolete flag documentation.
1 parent 088a15c
History
Tip revision: 9a2c2a9ec3140b6c54c9ef9d994311f114128ee3 authored by Ryan Hileman on 29 April 2021, 23:15:55 UTC
bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)
Tip revision: 9a2c2a9
File Mode Size
.azure-pipelines
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
.gitattributes -rw-r--r-- 2.0 KB
.gitignore -rw-r--r-- 1.8 KB
.travis.yml -rw-r--r-- 8.5 KB
CODE_OF_CONDUCT.md -rw-r--r-- 630 bytes
LICENSE -rw-r--r-- 13.6 KB
Makefile.pre.in -rw-r--r-- 70.3 KB
README.rst -rw-r--r-- 10.0 KB
aclocal.m4 -rw-r--r-- 22.3 KB
config.guess -rwxr-xr-x 43.1 KB
config.sub -rwxr-xr-x 35.4 KB
configure -rwxr-xr-x 508.2 KB
configure.ac -rw-r--r-- 172.7 KB
install-sh -rwxr-xr-x 15.0 KB
netlify.toml -rw-r--r-- 82 bytes
pyconfig.h.in -rw-r--r-- 45.0 KB
setup.py -rw-r--r-- 112.8 KB

README.rst

back to top