COMMITS
/ Python/ceval.c 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
July 10, 2023
G
gh-106529: Implement POP_JUMP_IF_XXX uops (#106551)
Guido van Rossum committed
July 9, 2023
S
gh-106303: Use _PyObject_LookupAttr() instead of PyObject_GetAttr() (GH-106304)
Serhiy Storchaka committed
July 7, 2023
B
Delete dead ceval code. (gh-106486)
Benjamin Peterson committed
July 6, 2023
G
gh-104584: Fix error handling from backedge optimization (#106484)
Guido van Rossum committed
July 5, 2023
C
gh-105340: include hidden fast-locals in locals() (#105715)
Carl Meyer committed
July 3, 2023
M
GH-104584: Fix ENTER_EXECUTOR (GH-106141)
Mark Shannon committed
G
gh-106290: Fix edge cases around uops (#106319)
Guido van Rossum committed
June 30, 2023
D
gh-106280: Remove unnecessary unreachable code (gh-106285)
Dong-hee Na committed
V
gh-106023: Update code using _PyObject_FastCall() (#106257)
Victor Stinner committed
June 28, 2023
G
gh-104584: Emit macro expansions to opcode_metadata.h (#106163)
Guido van Rossum committed
June 27, 2023
G
gh-104584: Change DEOPT_IF in uops executor (#106146)
Guido van Rossum committed
G
gh-104584: Baby steps towards generating and executing traces (#105924)
Guido van Rossum committed
June 22, 2023
M
GH-91095: Specialize calls to normal Python classes. (GH-99331)
Mark Shannon committed