COMMITS
/ Python/ceval.c February 20, 2024
K
gh-115735: Fix current executor NULL before _START_EXECUTOR (#115736)
Ken Jin committed
B
gh-112175: Add `eval_breaker` to `PyThreadState` (#115194)
Brett Simmers committed
M
GH-115457: Support splitting and replication of micro ops. (GH-115558)
Mark Shannon committed
M
GH-112354: Initial implementation of warm up on exits and trace-stitching (GH-114142)
Mark Shannon committed
January 29, 2024
B
GH-113464: Add a JIT backend for tier 2 (GH-113465)
Brandt Bucher committed
January 12, 2024
B
GH-113860: Get rid of `_PyUOpExecutorObject` (GH-113954)
Brandt Bucher committed
January 5, 2024
M
GH-113486: Do not emit spurious PY_UNWIND events for optimized calls to classes. (GH-113680)
Mark Shannon committed
December 20, 2023
M
GH-111485: Generate instruction and uop metadata (GH-113287)
Mark Shannon committed
December 14, 2023
M
GH-112354: Treat _EXIT_TRACE like an unconditional side exit (GH-113104)
Mark Shannon committed
S
gh-112716: Fix SystemError when __builtins__ is not a dict (GH-112770)
Serhiy Storchaka committed
December 12, 2023
G
A smattering of cleanups in uop debug output and lltrace (#112980)
Guido van Rossum committed
December 7, 2023
S
gh-112660: Do not clear arbitrary errors on import (GH-112661)
Serhiy Storchaka committed
November 29, 2023
G
Rename ...Uop... to ...UOp... (uppercase O) for consistency (#112327)
Guido van Rossum committed
November 27, 2023
November 20, 2023
M
gh-111786: Use separate opcode vars for Tier 1 and Tier 2 (#112289)
Michael Droettboom committed
G
gh-112287: Speed up Tier 2 (uop) interpreter a little (#112286)
Guido van Rossum committed
G
gh-106529: Make FOR_ITER a viable uop (#112134)
Guido van Rossum committed
H
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade committed
November 17, 2023
G
Various small improvements to uop debug output (#112218)
Guido van Rossum committed
November 15, 2023
M
GH-111848: Set the IP when de-optimizing (GH-112065)
Mark Shannon committed
November 14, 2023
S
gh-111789: Simplify ceval.c by using PyDict_GetItemRef() (GH-111980)
Serhiy Storchaka committed
B
GH-111520: Add back the operand local (GH-111813)
Brandt Bucher committed
November 9, 2023
M
gh-111786: Optimize for space for _PyEval_EvalFrameDefault on MSVC for PGO (#111794)
Michael Droettboom committed
M
GH-109369: Exit tier 2 if executor is invalid (GH-111657)
Mark Shannon committed
November 2, 2023
M
gh-111663: Restore the Tier 2 uop count pystats (#111664)
Michael Droettboom committed
I
gh-111354: simplify detection of RESUME after YIELD_VALUE at except-depth 1 (#111459)
Irit Katriel committed
S
gh-108082: Use PyErr_FormatUnraisable() (GH-111580)
Serhiy Storchaka committed
November 1, 2023
G
gh-111520: Integrate the Tier 2 interpreter in the Tier 1 interpreter (#111428)
Guido van Rossum committed
October 31, 2023
M
GH-111485: Increment `next_instr` consistently at the start of the instruction. (GH-111486)
Mark Shannon committed
October 30, 2023
S
gh-110481: Implement biased reference counting (gh-110764)
Sam Gross committed
October 26, 2023
I
gh-111354: define names for RESUME oparg values (#111365)
Irit Katriel committed
I
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
Irit Katriel committed
October 8, 2023
D
gh-110237: Check `PyList_Append` for errors in `_PyEval_MatchClass` (#110238)
denballakh committed
September 13, 2023
B
GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)
Brandt Bucher committed
September 5, 2023
September 3, 2023
V
gh-108765: Python.h no longer includes <ctype.h> (#108831)
Victor Stinner committed
August 31, 2023
August 24, 2023
V
gh-108444: Replace _PyLong_AsInt() with PyLong_AsInt() (#108459)
Victor Stinner committed
August 23, 2023
I
gh-105481: remove regen-opcode. Generated _PyOpcode_Caches in regen-cases. (#108367)
Irit Katriel committed
August 17, 2023
P
gh-107944: Improve error message for function calls with bad keyword arguments (#107969)
Pablo Galindo Salgado committed
G
gh-106581: Project through calls (#108067)
Guido van Rossum committed
M
August 16, 2023
G
gh-106581: Split `CALL_PY_EXACT_ARGS` into uops (#107760)
Guido van Rossum committed
August 9, 2023
M
GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107725)
Mark Shannon committed
August 8, 2023
G
gh-107758: Improvements to lltrace feature (#107757)
Guido van Rossum committed
August 4, 2023
B
GH-84436: Skip refcounting for known immortals (GH-107605)
Brandt Bucher committed
August 2, 2023
M
GH-100964: Break cycles involving exception state when returning from generator (GH-107563)
Mark Shannon committed
July 27, 2023