mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
bb2f3ff7a8
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