COMMITS
/ Python/frame.c 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
November 23, 2021
November 22, 2021
M
August 25, 2021
M
bpo-44990: Change layout of evaluation frames. "Layout B" (GH-27933)
Mark Shannon committed
July 26, 2021
M
bpo-44590: Lazily allocate frame objects (GH-27077)
Mark Shannon committed