mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00: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