-
- Downloads
bpo-42800: Add audit events for f_code and tb_frame (GH-24182)
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
Showing
- Doc/library/audit_events.rst 1 addition, 1 deletionDoc/library/audit_events.rst
- Doc/library/stdtypes.rst 3 additions, 0 deletionsDoc/library/stdtypes.rst
- Doc/reference/datamodel.rst 6 additions, 0 deletionsDoc/reference/datamodel.rst
- Misc/ACKS 1 addition, 0 deletionsMisc/ACKS
- Misc/NEWS.d/next/Security/2021-01-09-17-07-36.bpo-42800._dtZvW.rst 1 addition, 0 deletions....d/next/Security/2021-01-09-17-07-36.bpo-42800._dtZvW.rst
- Objects/frameobject.c 1 addition, 1 deletionObjects/frameobject.c
- Objects/genobject.c 8 additions, 6 deletionsObjects/genobject.c
- Python/traceback.c 1 addition, 1 deletionPython/traceback.c
Loading
Please register or sign in to comment