COMMITS
/ Doc/c-api/frame.rst April 19, 2022
V
bpo-40421: Cleanup PyFrame C API (GH-32417)
Victor Stinner committed
April 8, 2022
M
Add new PyFrame_GetLasti C-API function (GH-32413)
Mark Shannon committed
April 6, 2022
P
bpo-47115: Document which parts of structs are in limited API/stable ABI (GH-32196)
Petr Viktorin committed
March 31, 2022
M
bpo-40421: Add missing getters for frame object attributes to C-API. (GH-32114)
Mark Shannon committed
March 25, 2022
M
bpo-42197: Don't create `f_locals` dictionary unless we actually need it. (GH-32055)
Mark Shannon committed
March 23, 2022
V
bpo-46836: Add Doc/c-api/frame.rst (GH-32051)
Victor Stinner committed