COMMITS
/ Python/frame.c February 6, 2026
S
gh-144446: Fix some frame object thread-safety issues (gh-144479)
Sam Gross committed
December 24, 2025
S
gh-120321: Fix TSan reported races on gi_frame_state (gh-143128)
Sam Gross committed
April 17, 2025
March 24, 2025
S
gh-128421: Avoid TSAN warnings in `sys._current_frames()` (gh-131548)
Sam Gross committed
March 21, 2025
V
gh-131238: Move _Py_VISIT_STACKREF() to pycore_stackref.h (#131560)
Victor Stinner committed
S
gh-128421: Add locking to most frame object functions (gh-131479)
Sam Gross committed
March 17, 2025
M
GH-131238: More refactoring of core header files (GH-131351)
Mark Shannon committed
March 10, 2025
M
GH-127705: Use `_PyStackRef`s in the default build. (GH-127875)
Mark Shannon committed
January 21, 2025
M
GH-128563: Add new frame owner type for interpreter entry frames (GH-129078)
Mark Shannon committed
January 2, 2025
A
Remove asserts that confuse `enum _framestate` with `enum _frameowner` (GH-124148)
Anders Kaseorg committed
November 4, 2024
September 24, 2024
S
gh-123923: Defer refcounting for `f_funcobj` in `_PyInterpreterFrame` (#124026)
Sam Gross committed
September 12, 2024
S
August 15, 2024
S
gh-117139: Garbage collector support for deferred refcounting (#122956)
Sam Gross committed
July 18, 2024
M
GH-120024: Use pointer for stack pointer (GH-121923)
Mark Shannon committed
June 26, 2024
K
gh-117139: Convert the evaluation stack to stack refs (#118450)
Ken Jin committed
June 24, 2024
I
gh-120834: fix type of *_iframe field in _PyGenObject_HEAD declaration (#120835)
Irit Katriel committed
May 1, 2024
April 30, 2024
I
gh-118272: Clear generator frame's locals when the generator is closed (#118277)
Irit Katriel committed
April 25, 2024
M
GH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH-118180)
Mark Shannon committed
March 12, 2024
T
GH-116098: Remove dead frame object creation code (GH-116687)
Tian Gao committed
February 1, 2024
A
Remove unused Py_XDECREF from _PyFrame_ClearExceptCode (GH-106158)
Anders Kaseorg committed
October 26, 2023
I
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
Irit Katriel committed
August 31, 2023
V
gh-107149: Make PyUnstable_ExecutableKinds public (#108440)
Victor Stinner committed
August 17, 2023
M
June 14, 2023
May 18, 2023
M
GH-96803: Document and test new unstable internal frame API functions (GH-104211)
Mark Shannon committed
May 5, 2023
February 28, 2023
I
February 23, 2023
M
GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749)
Mark Shannon committed
January 9, 2023
B
GH-100126: Skip incomplete frames in more places (GH-100613)
Brandt Bucher committed
December 6, 2022
B
GH-99729: Unlink frames before clearing them (GH-100030)
Brandt Bucher committed
November 10, 2022
M
GH-96421: Insert shim frame on entry to interpreter (GH-96319)
Mark Shannon committed
October 6, 2022
B
GH-97002: Prevent `_PyInterpreterFrame`s from backing more than one `PyFrameObject` (GH-97996)
Brandt Bucher committed
October 5, 2022
B
GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH-97845)
Brandt Bucher committed
October 3, 2022
B
GH-97752: Clear the `previous` member of newly-created generator/coroutine frames (GH-97795)
Brandt Bucher committed
August 25, 2022
M
GH-96237: Allow non-functions as reference-holder in frames. (GH-96238)
Mark Shannon committed
July 1, 2022
M
GH-94262: Don't create frame objects for frames that aren't yet complete. (GH-94371)
Mark Shannon committed
June 20, 2022
June 19, 2022
V
gh-93937, C API: Move PyFrame_GetBack() to Python.h (#93938)
Victor Stinner committed
May 18, 2022
M
Split refcount stats into 'interpreter' and 'non-interpreter' (GH-92919)
Mark Shannon committed
April 7, 2022
B
bpo-47177: Replace `f_lasti` with `prev_instr` (GH-32208)
Brandt Bucher committed
March 22, 2022
M
bpo-47045: Remove `f_state` field (GH-31963)
Mark Shannon committed
February 25, 2022
V
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
Victor Stinner committed
February 3, 2022
M
Pass reference to func, as well as args, when pushing frame. (GH-31100)
Mark Shannon committed
February 2, 2022
M
bpo-46072: Add some frame stats. (GH-31060)
Mark Shannon committed
January 28, 2022
M
bpo-46329: Split calls into precall and call instructions. (GH-30855)
Mark Shannon committed
January 20, 2022
M
bpo-46409: Make generators in bytecode (GH-30633)
Mark Shannon committed
December 6, 2021
M
bpo-45963: Make space for the InterpreterFrame of a generator in that generator. (GH-29891)
Mark Shannon committed
November 29, 2021
M
bpo-45786: Allocate space for frame in frame object. (GH-29729)
Mark Shannon committed