COMMITS
/ Python/bytecodes.c August 22, 2024
D
[3.12] gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH… (#123237)
Donghee Na committed
June 3, 2024
J
[3.12] gh-119821: Fix refleak in LOAD_FROM_DICT_OR_GLOBALS (#119975)
Jelle Zijlstra committed
June 1, 2024
J
[3.12] gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS (#119822) (#119890)
Jelle Zijlstra committed
March 19, 2024
T
March 14, 2024
November 3, 2023
J
[3.12] gh-111654: remove redundant decref in LOAD_FROM_DICT_OR_DEREF (GH-111655) (#111674)
Jelle Zijlstra committed
October 15, 2023
N
[3.12] gh-109216: Fix possible memory leak in `BUILD_MAP` (#109324)
Nikita Sobolev committed
September 12, 2023
J
[3.12] gh-109118: Fix runtime crash when NameError happens in PEP 695 function (GH-109123) (#109173)
Jelle Zijlstra committed
August 26, 2023
G
[3.12] gh-108487: Change assert that should've been DEOPT_IF (#108509)
Guido van Rossum committed
August 4, 2023
M
[3.12] GH-107263: Increase C stack limit for most functions, except `_PyEval_EvalFrameDefault()` (GH-107535) (#107618)
Miss Islington (bot) committed
July 28, 2023
July 24, 2023
C
May 30, 2023
M
[3.12] gh-105035: fix super() calls on unusual types (e.g. meta-types) (GH-105094) (#105117)
Miss Islington (bot) committed
May 18, 2023
M
GH-104580: Don't cache eval breaker in interpreter (GH-104581)
Mark Shannon committed
May 16, 2023
B
GH-103906: Remove immortal refcounting in the interpreter (GH-103909)
Brandt Bucher committed
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