COMMITS
/ Doc/c-api/frame.rst February 27, 2026
T
gh-144693: Clarify that `PyFrame_GetBack` does not raise exceptions (GH-144824)
Taegyun Kim committed
November 10, 2025
P
gh-141004: Document missing frame APIs (GH-141189)
Peter Bierma committed
December 11, 2024
P
gh-118915: C API: Document frame locals proxies. (#127720)
Peter Bierma committed
May 21, 2024
A
gh-74929: PEP 667 general docs update (gh-119201)
Alyssa Coghlan committed
May 5, 2024
G
gh-74929: Rudimentary docs for PEP 667 (#118581)
Guido van Rossum committed
December 5, 2023
A
gh-101100: Properly document frame object attributes (#112735)
Alex Waygood committed
June 14, 2023
T
gh-105196: Fix indentations of section headings in C API docs (#105672)
TATHAGATA ROY committed
May 18, 2023
M
GH-96803: Document and test new unstable internal frame API functions (GH-104211)
Mark Shannon committed
November 22, 2022
P
gh-93937: Document PyFrame_Check and PyFrame_Type (GH-99695)
Petr Viktorin committed
November 13, 2022
V
gh-91248: Optimize PyFrame_GetVar() (#99252)
Victor Stinner committed
November 8, 2022
V
gh-91248: Add PyFrame_GetVar() function (#95712)
Victor Stinner 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