mirror of
https://github.com/python/cpython.git
synced 2026-01-27 05:05:50 +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
Miscellaneous source files for the main Python shared library