COMMITS
/ Python/ceval.c 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
July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
July 22, 2023
V
GH-103082: Rename PY_MONITORING_EVENTS to _PY_MONITORING_EVENTS (#107069)
Victor Stinner committed
V
gh-106320: Move private _PySet API to the internal API (#107041)
Victor Stinner committed
July 20, 2023
B
GH-106701: Move _PyUopExecute to Python/executor.c (GH-106924)
Brandt Bucher committed
July 17, 2023
G
gh-106603: Make uop struct a triple (opcode, oparg, operand) (#106794)
Guido van Rossum committed
G
gh-106581: Add 10 new opcodes by allowing `assert(kwnames == NULL)` (#106707)
Guido van Rossum committed
July 13, 2023
G
gh-106701: Move the hand-written Tier 2 uops to bytecodes.c (#106702)
Guido van Rossum committed
July 12, 2023
I
S
gh-106521: Remove _PyObject_LookupAttr() function (GH-106642)
Serhiy Storchaka committed
July 11, 2023
G
gh-106529: Support JUMP_BACKWARD in Tier 2 (uops) (#106543)
Guido van Rossum committed