mirror of
https://github.com/python/cpython.git
synced 2026-07-07 02:32:22 -04:00
4d5fcca273
Add PyFrame_GetVar() and PyFrame_GetVarString() functions to get a frame variable by its name. Move PyFrameObject C API tests from test_capi to test_frame.
Source files for various builtin objects