COMMITS
/ Python/ceval.c December 14, 2023
S
[3.12] gh-112716: Fix SystemError when __builtins__ is not a dict (GH-112770) (GH-113103)
Serhiy Storchaka committed
October 8, 2023
M
[3.12] gh-110237: Check `PyList_Append` for errors in `_PyEval_MatchClass` (GH-110238) (#110511)
Miss Islington (bot) committed
September 5, 2023
August 11, 2023
M
[3.12] GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107725) (#107802)
Miss Islington (bot) committed
August 4, 2023
M
[3.12] GH-107263: Increase C stack limit for most functions, except `_PyEval_EvalFrameDefault()` (GH-107535) (#107618)
Miss Islington (bot) committed
July 28, 2023
M
M
M
[3.12] GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291) (GH-107346)
Mark Shannon committed
July 22, 2023
V
[3.12] GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS (#107069) (#107075)
Victor Stinner committed
July 5, 2023
M
[3.12] gh-105340: include hidden fast-locals in locals() (GH-105715) (#106470)
Miss Islington (bot) committed
June 14, 2023
E
[3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752)
Eric Snow committed
May 18, 2023
M
GH-104580: Don't cache eval breaker in interpreter (GH-104581)
Mark Shannon 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 30, 2023
K
gh-98003: Inline call frames for CALL_FUNCTION_EX (GH-98004)
Ken Jin committed
April 24, 2023
C
gh-87729: add LOAD_SUPER_ATTR instruction for faster super() (#103497)
Carl Meyer committed
April 22, 2023
E
gh-84436: Implement Immortal Objects (gh-19474)
Eddie Elizondo committed
April 18, 2023
N
GH-100530: Change the error message for non-class class patterns (GH-103576)
Nikita Sobolev 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
March 13, 2023
M
I
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#102631)
Irit Katriel committed
February 28, 2023
I
P
gh-101101: Unstable C API tier (PEP 689) (GH-101102)
Petr Viktorin committed
February 23, 2023
M
GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749)
Mark Shannon committed
February 21, 2023
February 20, 2023
S
gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)
Steve Dower committed
February 18, 2023
E
gh-101967: add a missing error check (#101968)
Eclips4 committed
February 15, 2023
E
gh-101758: Clean Up Uses of Import State (gh-101919)
Eric Snow committed
February 8, 2023
G
gh-98831: Modernize CALL and family (#101508)
Guido van Rossum committed
M
GH-101578: Normalize the current exception (GH-101607)
Mark Shannon committed
February 7, 2023
M
gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.11+ (#101127)
Matthieu Dartiailh committed
January 24, 2023
G
Fix some comments in ceval.c and fix lltrace output (#101297)
Guido van Rossum committed
I
gh-98831: rewrite CHECK_EG_MATCH opcode in the instruction definition DSL (#101269)
Irit Katriel committed
January 18, 2023
G
GH-98831: Move assorted macros from ceval.h to a new header (#101116)
Guido van Rossum committed
January 15, 2023
K
GH-100892: consolidate `HEAD_LOCK/HEAD_UNLOCK` macros (#100953)
Kumar Aditya committed
January 9, 2023
B
GH-100126: Skip incomplete frames in more places (GH-100613)
Brandt Bucher committed
January 6, 2023
January 5, 2023
M
GH-99005: Add `CALL_INTRINSIC_1` instruction (GH-100771)
Mark Shannon committed
January 4, 2023
M
GH-100719: Remove the `co_nplaincellvars` field from code objects. (GH-100721)
Mark Shannon committed
December 14, 2022
M
GH-100222: Redefine _Py_CODEUNIT as a union to clarify structure of code unit. (GH-100223)
Mark Shannon committed
December 6, 2022
B
GH-99729: Unlink frames before clearing them (GH-100030)
Brandt Bucher committed
November 22, 2022
November 17, 2022
B
Add a macro for "inlining" new frames (GH-99490)
Brandt Bucher committed
November 10, 2022
M
GH-96421: Insert shim frame on entry to interpreter (GH-96319)
Mark Shannon committed
V
gh-99300: Use Py_NewRef() in Python/ceval.c (#99318)
Victor Stinner committed
November 9, 2022
B
GH-98686: Get rid of "adaptive" and "quick" instructions (GH-99182)
Brandt Bucher committed
November 8, 2022
G
GH-98831: Simple input-output stack effects for bytecodes.c (#99120)
Guido van Rossum committed
November 7, 2022
M
GH-96793: Specialize FOR_ITER for generators. (GH-98772)
Mark Shannon committed
November 4, 2022
B
GH-98686: Fix compiler warning for HAS_ARG (GH-99106)
Brandt Bucher committed