COMMITS
/ Python/bytecodes.c May 16, 2023
C
gh-103865: add monitoring support to LOAD_SUPER_ATTR (#103866)
Carl Meyer committed
J
gh-103763: Implement PEP 695 (#103764)
Jelle Zijlstra 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
J
gh-104413: Fix refleak when super attribute throws AttributeError (#104414)
Jelle Zijlstra committed
May 11, 2023
C
gh-87729: improve hit rate of LOAD_SUPER_ATTR specialization (#104270)
Carl Meyer committed
C
gh-87849: fix SEND specialization family definition (GH-104268)
Carl Meyer committed
May 9, 2023
C
gh-97933: (PEP 709) inline list/dict/set comprehensions (#101441)
Carl Meyer committed
April 30, 2023
K
gh-98003: Inline call frames for CALL_FUNCTION_EX (GH-98004)
Ken Jin committed
April 25, 2023
C
gh-87729: specialize LOAD_SUPER_ATTR_METHOD (#103809)
Carl Meyer committed
April 24, 2023
C
gh-87729: add LOAD_SUPER_ATTR instruction for faster super() (#103497)
Carl Meyer 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
April 5, 2023
B
GH-88691: Shrink the CALL caches (GH-103230)
Brandt Bucher committed
April 1, 2023
I
gh-102192: use PyErr_SetHandledException instead of the legacy PyErr_SetExcInfo (#103157)
Irit Katriel committed
March 31, 2023
B
Add missing variables to `bytecodes.c` (GH-103153)
Brett Cannon committed
March 29, 2023
B
GH-89987: Shrink the BINARY_SUBSCR caches (GH-103022)
Brandt Bucher committed
March 23, 2023
B
GH-100982: Break up COMPARE_AND_BRANCH (GH-102801)
Brandt Bucher committed
March 22, 2023
I
gh-102859: Remove JUMP_IF_FALSE_OR_POP and JUMP_IF_TRUE_OR_POP (#102870)
Irit Katriel committed
M
GH-101291: Rearrange the size bits in PyLongObject (GH-102464)
Mark Shannon committed
March 21, 2023
N
gh-102598: Remove obsolete optimization from `FORMAT_VALUE` opcode (#102599)
Nikita Sobolev committed
March 19, 2023
I
gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (#102816)
Irit Katriel committed
March 13, 2023
G
gh-98831: Use DECREF_INPUTS() more (#102409)
Guido van Rossum committed
M
M
GH-102300: Reuse objects with refcount == 1 in float specialized binary ops. (GH-102301)
Mark Shannon committed
March 11, 2023
B
GH-90997: Shrink the LOAD_GLOBAL caches (#102569)
Brandt Bucher committed
March 9, 2023
E
gh-100227: Move dict_state.global_version to PyInterpreterState (gh-102338)
Eric Snow committed
February 28, 2023
I
February 27, 2023
D
gh-102250: Fix double-decref in COMPARE_AND_BRANCH error case (GH-102287)
Dennis Sweeney committed
February 22, 2023
February 20, 2023
S
gh-101907: Stop using `_Py_OPCODE` and `_Py_OPARG` macros (GH-101912)
Steve Dower committed
February 16, 2023
E
gh-101952: Fix possible segfault in `BUILD_SET` opcode (#101958)
Eclips4 committed
February 15, 2023
M
GH-87849: Fix refleak in SEND instruction. (GH-101908)
Mark Shannon committed
February 14, 2023
I
gh-101799: implement PREP_RERAISE_STAR as an intrinsic function (#101800)
Irit Katriel committed
February 13, 2023
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
G
gh-98831: Modernize CALL_FUNCTION_EX (#101627)
Guido van Rossum committed
G
gh-98831: Modernize FORMAT_VALUE (#101628)
Guido van Rossum committed
February 7, 2023
G
gh-98831: Finish the UNPACK_SEQUENCE family (#101666)
Guido van Rossum committed
P
gh-101632: Add the new RETURN_CONST opcode (#101633)
penguin_wwy committed
I
G
gh-98831: Modernize the FOR_ITER family of instructions (#101626)
Guido van Rossum committed
February 6, 2023
I
gh-98831: rewrite COPY and SWAP in the instruction definition DSL (#101620)
Irit Katriel committed
February 3, 2023
I
gh-98831: rewrite MAKE_FUNCTION and BUILD_SLICE in the instruction definition DSL (#101529)
Irit Katriel committed
February 2, 2023
I
gh-98831: rewrite RERAISE and CLEANUP_THROW in the instruction definition DSL (#101511)
Irit Katriel committed
February 1, 2023
G
gh-98831: Modernize the LOAD_GLOBAL family (#101502)
Guido van Rossum committed
I
G
gh-98831: Modernize the LOAD_ATTR family (#101488)
Guido van Rossum committed