mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
![]() 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. |
||
---|---|---|
.. | ||
building.rst | ||
embedding.rst | ||
extending.rst | ||
index.rst | ||
newtypes.rst | ||
newtypes_tutorial.rst | ||
windows.rst |