COMMITS
/ Python/ceval_macros.h July 20, 2023
B
GH-106701: Move _PyUopExecute to Python/executor.c (GH-106924)
Brandt Bucher committed
July 18, 2023
I
gh-105481: Generate the opcode lists in dis from data extracted from bytecodes.c (#106758)
Irit Katriel committed
July 17, 2023
G
gh-106581: Add 10 new opcodes by allowing `assert(kwnames == NULL)` (#106707)
Guido van Rossum committed
July 3, 2023
M
GH-104584: Fix ENTER_EXECUTOR (GH-106141)
Mark Shannon committed
June 27, 2023
G
gh-104584: Change DEOPT_IF in uops executor (#106146)
Guido van Rossum committed
G
gh-104584: Fix assert in DEOPT macro -- should fix buildbot (#106131)
Guido van Rossum committed
G
gh-104584: Baby steps towards generating and executing traces (#105924)
Guido van Rossum committed
June 14, 2023
I
gh-105481: add HAS_JUMP flag to opcode metadata (#105791)
Irit Katriel committed
June 13, 2023
June 7, 2023
M
GH-104610: Remove the use of `PREDICT` macros. (GH-104651)
Mark Shannon committed
June 2, 2023
M
GH-104584: Plugin optimizer API (GH-105100)
Mark Shannon committed
May 18, 2023
M
GH-104580: Don't cache eval breaker in interpreter (GH-104581)
Mark Shannon committed
May 12, 2023
B
GH-104405: Add missing PEP 523 checks (GH-104406)
Brandt Bucher committed
M
GH-103082: Filter LINE events in VM, to simplify tool implementation. (GH-104387)
Mark Shannon committed
April 12, 2023
M
GH-103082: Implementation of PEP 669: Low Impact Monitoring for CPython (GH-103083)
Mark Shannon committed
March 18, 2023
G
gh-101975: Fixed a potential SegFault on garbage collection (GH-102803)
gaogaotiantian committed
March 13, 2023
M
GH-102300: Reuse objects with refcount == 1 in float specialized binary ops. (GH-102301)
Mark Shannon committed
February 20, 2023
S
gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)
Steve Dower committed
February 8, 2023
G
gh-98831: Modernize CALL and family (#101508)
Guido van Rossum committed
January 18, 2023
G
GH-98831: Move assorted macros from ceval.h to a new header (#101116)
Guido van Rossum committed