COMMITS
/ Include/internal/pycore_frame.h November 9, 2023
November 3, 2023
October 26, 2023
I
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
Irit Katriel committed
October 12, 2023
I
gh-109094: remove redundant arg to _PyFrame_PushTrampolineUnchecked (GH-110759)
Irit Katriel committed
August 31, 2023
V
gh-107149: Make PyUnstable_ExecutableKinds public (#108440)
Victor Stinner committed
August 21, 2023
V
gh-108220: Internal header files require Py_BUILD_CORE to be defined (#108221)
Victor Stinner committed
August 17, 2023
M
July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
July 5, 2023
C
gh-105340: include hidden fast-locals in locals() (#105715)
Carl Meyer committed
June 22, 2023
M
GH-91095: Specialize calls to normal Python classes. (GH-99331)
Mark Shannon committed
June 14, 2023
June 8, 2023
P
Revert "Move observability-relevant structure fields to the top" (#105512)
Pablo Galindo Salgado committed
G
Move observability-relevant structure fields to the top (#105271)
Gabriele N. Tornetta committed
May 12, 2023
M
GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104387)
Mark Shannon committed
May 5, 2023
April 29, 2023
M
GH-103082: Code cleanup in instrumentation code (#103474)
Mark Shannon committed
April 13, 2023
M
GH-103488: Use return-offset, not yield-offset. (GH-103502)
Mark Shannon committed
April 12, 2023
M
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083)
Mark Shannon committed
February 23, 2023
M
GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749)
Mark Shannon committed
February 13, 2023
M
January 9, 2023
B
GH-100126: Skip incomplete frames in more places (GH-100613)
Brandt Bucher committed
January 6, 2023
January 4, 2023
December 23, 2022
November 10, 2022
M
GH-96421: Insert shim frame on entry to interpreter (GH-96319)
Mark Shannon committed
November 7, 2022
M
GH-96793: Specialize FOR_ITER for generators. (GH-98772)
Mark Shannon committed
September 6, 2022
M
GH-96569: Add two NULL checks to avoid undefined behavior. (GH-96585)
Mark Shannon 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
April 11, 2022
M
GH-89480: Document motivation, design and implementation of 3.11 frame stack. (GH-32304)
Mark Shannon committed
April 7, 2022
B
bpo-47177: Replace `f_lasti` with `prev_instr` (GH-32208)
Brandt Bucher committed
April 4, 2022
M
Revert "bpo-44800: Document internal frame naming conventions (GH-32281)" (#32301)
Mark Shannon committed
April 3, 2022
N
bpo-44800: Document internal frame naming conventions (GH-32281)
Nick Coghlan committed
March 25, 2022
M
bpo-42197: Don't create `f_locals` dictionary unless we actually need it. (GH-32055)
Mark Shannon committed
March 22, 2022
M
bpo-47045: Remove `f_state` field (GH-31963)
Mark Shannon committed
March 18, 2022
V
bpo-45786: Remove _PyFrame_Fini() and _PyFrame_DebugMallocStats() (GH-31874)
Victor Stinner committed
February 28, 2022
V
bpo-45431: Rename CFrame to _PyCFrame in the C API (GH-31584)
Victor Stinner committed
February 25, 2022
V
bpo-46836: Rename InterpreterFrame to _PyInterpreterFrame (GH-31583)
Victor Stinner committed
V
bpo-45316: Move private functions to internal C API (GH-31579)
Victor Stinner committed
V
bpo-46836: Move PyFrameObject to pycore_frame.h (GH-31530)
Victor Stinner committed
February 3, 2022
M
Pass reference to func, as well as args, when pushing frame. (GH-31100)
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
January 5, 2022
B
bpo-45256: Don't track the exact depth of each `InterpreterFrame` (GH-30372)
Brandt Bucher committed
December 28, 2021
B
bpo-46090: Allow PyThreadState.datastack_* members to be NULL (GH-30234)
Brandt Bucher committed
December 15, 2021
M
bpo-46039: Split yield from in two (GH-30035)
Mark Shannon committed
December 9, 2021
December 6, 2021
M
bpo-45963: Make space for the InterpreterFrame of a generator in that generator. (GH-29891)
Mark Shannon committed
December 1, 2021
M
bpo-45753: Interpreter internal tweaks (GH-29575)
Mark Shannon committed