COMMITS
/ Objects/frameobject.c May 12, 2023
M
GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104387)
Mark Shannon committed
May 9, 2023
C
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
Carl Meyer committed
May 5, 2023
April 12, 2023
M
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083)
Mark Shannon committed
March 23, 2023
B
GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)
Brandt Bucher committed
March 22, 2023
I
gh-102859: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP (#102870)
Irit Katriel committed
March 8, 2023
I
February 20, 2023
S
gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)
Steve Dower committed
February 13, 2023
February 7, 2023
P
gh-101632: Add the new RETURN_CONST opcode (#101633)
penguin_wwy committed
January 16, 2023
M
GH-100982: Add `COMPARE_AND_BRANCH` instruction (GH-100983)
Mark Shannon committed
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 16, 2022
B
Remove old comment (GH-99489)
Brandt Bucher committed
November 13, 2022
V
gh-91248: Optimize PyFrame_GetVar() (#99252)
Victor Stinner committed
November 10, 2022
V
gh-99300: Use Py_NewRef() in Objects/ directory (#99335)
Victor Stinner committed
M
GH-96421: Insert shim frame on entry to interpreter (GH-96319)
Mark Shannon committed
November 8, 2022
V
gh-91248: Add PyFrame_GetVar() function (#95712)
Victor Stinner committed
B
GH-93143: Don't turn LOAD_FAST into LOAD_FAST_CHECK (GH-99075)
Brandt Bucher committed
November 2, 2022
B
GH-98686: Quicken everything (GH-98687)
Brandt Bucher committed
October 27, 2022
M
GH-96793: Change `FOR_ITER` to not pop the iterator on exhaustion. (GH-96801)
Mark Shannon committed
October 11, 2022
K
gh-95756: Free and NULL-out code caches when needed (GH-98181)
Ken Jin committed
K
gh-95756: Lazily created cached co_* attrs (GH-97791)
Ken Jin committed
October 5, 2022
B
GH-97779: Ensure that *all* frame objects are backed by "complete" frames (GH-97845)
Brandt Bucher committed
September 1, 2022
I
gh-93554: Conditional jump opcodes only jump forward (GH-96318)
Irit Katriel committed
August 25, 2022
M
GH-96237: Allow non-functions as reference-holder in frames. (GH-96238)
Mark Shannon committed
July 22, 2022
B
GH-94438: Handle extended arguments and conditional pops in mark_stacks (GH-95110)
Brandt Bucher committed
July 19, 2022
M
GH-94979: Pop the exception stack when jumping out of exception handlers. (#95003)
Mark Shannon committed
July 18, 2022
B
GH-94893: Ignore caches when adding LOAD_FAST_CHECKs (GH-94894)
Brandt Bucher committed
July 6, 2022
July 1, 2022
M
GH-94438: Account for NULLs on evaluation stack when jumping lines. (GH-94444)
Mark Shannon committed
M
GH-94262: Don't create frame objects for frames that aren't yet complete. (GH-94371)
Mark Shannon committed
June 23, 2022
K
GH-91742: Fix pdb crash after jump (GH-94171)
Kumar Aditya committed
June 21, 2022
D
GH-91432: Specialize FOR_ITER (GH-91713)
Dennis Sweeney committed
June 20, 2022
June 3, 2022
K
gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383)
Ken Jin committed
May 31, 2022
D
gh-93143: Avoid NULL check in LOAD_FAST based on analysis in the compiler (GH-93144)
Dennis Sweeney committed
May 11, 2022
V
gh-89653: PEP 670: Convert PyCell macros to functions (#92653)
Victor Stinner committed
April 25, 2022
V
gh-91719: Add pycore_opcode.h internal header file (#91906)
Victor Stinner committed
April 21, 2022
M
GH-88116: Use a compact format to represent end line and column offsets. (GH-91666)
Mark Shannon committed
April 19, 2022
V
bpo-40421: Cleanup PyFrame C API (GH-32417)
Victor Stinner committed
April 13, 2022
P
gh-91502: Add a new API to check if a frame is an entry frame (GH-91503)
Pablo Galindo Salgado committed
April 11, 2022
I
bpo-47120: make POP_JUMP_IF_TRUE/FALSE/NONE/NOT_NONE relative (GH-32400)
Irit Katriel committed
April 8, 2022
M
Add new PyFrame_GetLasti C-API function (GH-32413)
Mark Shannon committed
April 7, 2022
B
bpo-47177: Replace `f_lasti` with `prev_instr` (GH-32208)
Brandt Bucher committed
April 5, 2022
I
bpo-47120: make JUMP_NO_INTERRUPT relative (GH-32221)
Irit Katriel committed