COMMITS
/ Modules/_testinternalcapi.c October 3, 2025
D
gh-139525: Don't specialize functions which have a modified vectorcall (#139524)
Dino Viehland committed
September 28, 2025
B
gh-139393: fix `_CALL_LEN` JIT tests for tuples (#139394)
Bénédikt Tran committed
September 23, 2025
September 18, 2025
P
gh-136003: Execute pre-finalization callbacks in a loop (GH-136004)
Peter Bierma committed
July 19, 2025
H
gh-124621: Emscripten: Add support for async input devices (GH-136822)
Hood Chatham committed
July 11, 2025
W
gh-136300: Modify C tests to conform to PEP-737 (GH-136301)
William S Fulton committed
July 1, 2025
V
gh-130396: Move PYOS_LOG2_STACK_MARGIN to internal headers (#135928)
Victor Stinner committed
June 26, 2025
P
gh-135755: Move `PyFunction_GET_BUILTINS` to the private API (GH-135938)
Peter Bierma committed
June 11, 2025
E
gh-134939: Add the concurrent.interpreters Module (gh-133958)
Eric Snow committed
May 31, 2025
May 21, 2025
E
gh-132775: Support Fallbacks in _PyObject_GetXIData() (gh-133482)
Eric Snow committed
May 18, 2025
B
gh-134144: Fix use-after-free in zapthreads() (#134145)
b-pass committed
May 12, 2025
E
gh-132775: Add _PyFunction_GetXIData() (gh-133481)
Eric Snow committed
May 8, 2025
E
gh-132775: Add _PyCode_GetScriptXIData() (gh-133480)
Eric Snow committed
E
gh-132775: Unrevert "Add _PyCode_VerifyStateless()" (gh-133528)
Eric Snow committed
May 6, 2025
P
gh-132775: Revert "gh-132775: Add _PyCode_VerifyStateless() (gh-133221)" (#133497)
Petr Viktorin committed
May 5, 2025
E
gh-132775: Add _PyCode_GetXIData() (gh-133475)
Eric Snow committed
B
GH-133231: Add JIT utilities in sys._jit (GH-133233)
Brandt Bucher committed
E
gh-132775: Add _PyCode_VerifyStateless() (gh-133221)
Eric Snow committed
E
gh-132775: Unrevert "Add _PyCode_GetVarCounts()" (gh-133265)
Eric Snow committed
May 1, 2025
E
Revert "gh-132775: Add _PyCode_GetVarCounts() (gh-133128)" (gh-133232)
Eric Snow committed
April 30, 2025
E
gh-132775: Add _PyPickle_GetXIData() (gh-133107)
Eric Snow committed
E
gh-132775: Add _PyCode_GetVarCounts() (gh-133128)
Eric Snow committed
April 29, 2025
E
gh-87859: Track Code Object Local Kinds For Arguments (gh-132980)
Eric Snow committed
E
gh-132775: Add _PyCode_ReturnsOnlyNone() (gh-132981)
Eric Snow committed
April 28, 2025
E
gh-132775: Add _PyMarshal_GetXIData() (gh-133108)
Eric Snow committed
N
gh-122320: Limit dict key versions used by test_opcache. (gh-132961)
Neil Schemenauer committed
E
gh-132775: Cleanup Related to crossinterp.c Before Further Changes (gh-132974)
Eric Snow committed
April 25, 2025
E
gh-132781: Cleanup Code Related to NotShareableError (gh-132782)
Eric Snow committed
April 22, 2025
S
gh-128813: hide mixed-mode functions for complex arithmetic from C-API (#131703)
Sergey B Kirpichev committed
April 1, 2025
B
gh-111178: remove redundant casts for functions with correct signatures (#131673)
Bénédikt Tran committed
March 20, 2025
M
GH-131498: Remove conditional stack effects (GH-131499)
Mark Shannon committed
V
gh-131238: Remove includes from pycore_interp.h (#131495)
Victor Stinner committed
March 19, 2025
V
gh-131238: Remove more includes from pycore_interp.h (#131480)
Victor Stinner committed
February 26, 2025
S
gh-130519: Fix crash in QSBR when destructor reenters QSBR (gh-130553)
Sam Gross committed
February 25, 2025
M
GH-130396: Use computed stack limits on linux (GH-130398)
Mark Shannon committed
February 24, 2025
February 19, 2025
M
GH-91079: Implement C stack limits using addresses, not counters. (GH-130007)
Mark Shannon committed
January 29, 2025
B
GH-129386: Use symbolic constants for specialization tests (GH-129415)
Brandt Bucher committed
B
GH-126599: Remove the PyOptimizer API (GH-129194)
Brandt Bucher committed
January 23, 2025
V
gh-128863: Deprecate _PyLong_Sign() function (#129176)
Victor Stinner committed
January 20, 2025
M
GH-128939: Refactor JIT optimize structs (GH-128940)
Mark Shannon committed
V
gh-129033: Remove _PyInterpreterState_SetConfig() function (#129048)
Victor Stinner committed
January 16, 2025
X
GH-126599: Remove the "counter" optimizer/executor (GH-126853)
Xuanteng Huang committed
December 19, 2024
N
gh-115999: Specialize `STORE_ATTR` in free-threaded builds. (gh-127838)
Neil Schemenauer committed
December 11, 2024
M
GH-125174: Mark objects as statically allocated. (#127797)
Mark Shannon committed
P
gh-127791: Fix, document, and test `PyUnstable_AtExit` (#127793)
Peter Bierma committed
December 2, 2024
M
GH-126491: GC: Mark objects reachable from roots before doing cycle collection (GH-127110)
Mark Shannon committed
November 19, 2024
H
Revert "GH-126491: GC: Mark objects reachable from roots before doing cycle collection (GH-126502)" (#126983)
Hugo van Kemenade committed
November 18, 2024
B
GH-126795: Increase the JIT threshold from 16 to 4096 (GH-126816)
Brandt Bucher committed