mirror of
https://github.com/python/cpython.git
synced 2026-08-12 08:16:41 +08:00
PyFrame_GetCode(frame): return a borrowed reference to the frame code. Replace frame->f_code with PyFrame_GetCode(frame) in most code, except in frameobject.c, genobject.c and ceval.c. Also add PyFrame_GetLineNumber() to the limited C API.
Miscellaneous source files for the main Python shared library