COMMITS
/ Doc/c-api/frame.rst December 5, 2023
A
[3.11] gh-101100: Properly document frame object attributes (#112735) (#112775)
Alex Waygood committed
November 22, 2022
M
gh-93937: Document PyFrame_Check and PyFrame_Type (GH-99695)
Miss Islington (bot) committed
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