Files
cpython/Doc/c-api
Victor Stinner 4d5fcca273 gh-91248: Add PyFrame_GetVar() function (#95712)
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.
2022-11-08 17:40:27 +01:00
..
2022-05-13 14:10:16 +02:00