mirror of
https://github.com/python/cpython.git
synced 2026-08-04 07:01:03 +08: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