COMMITS
/ Lib/test/test_capi/test_misc.py April 16, 2026
D
gh-146031: Allow keeping specialization enabled when specifying eval frame function (#146032)
Dino Viehland committed
March 16, 2026
A
gh-129849: Add tests for `Py_tp_bases` (#143208)
AN Long committed
January 22, 2026
P
gh-142913: Revert adding test_replaced_interpreter (GH-144110)
Petr Viktorin committed
January 16, 2026
D
gh-142913: Add test case for interpreter generator w/ overridden opcodes (#142911)
Dino Viehland committed
October 31, 2025
S
gh-81313: Add the math.integer module (PEP-791) (GH-133909)
Serhiy Storchaka committed
September 22, 2025
P
gh-136003: Close file descriptors in test (GH-139225)
Petr Viktorin committed
September 18, 2025
P
gh-136003: Execute pre-finalization callbacks in a loop (GH-136004)
Peter Bierma committed
June 20, 2025
P
gh-135721: skip `test_trashcan_python_class` on wasm buildbots with stack overflow (#135766)
Pastukhov Nikita committed
May 20, 2025
H
gh-127146: xfail more Emscripten stack overflows (#134358)
Hood Chatham committed
May 5, 2025
B
GH-133231: Add JIT utilities in sys._jit (GH-133233)
Brandt Bucher committed
March 21, 2025
S
gh-117657: Skip some tests when running with TSAN (gh-131555)
Sam Gross committed
March 13, 2025
T
gh-130382: add missing `_PyReftracerTrack` to ceval `Py_DECREF` (#130689)
Tomasz Pytel 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
February 1, 2025
V
gh-93649: Move _testcapi tests to specific files (#129544)
Victor Stinner committed
January 31, 2025
V
gh-93649: Add Modules/_testcapi/function.c file (#129521)
Victor Stinner committed
V
gh-93649: Add Modules/_testcapi/type.c file (#129516)
Victor Stinner committed
January 29, 2025
B
GH-126599: Remove the PyOptimizer API (GH-129194)
Brandt Bucher committed
January 21, 2025
H
gh-127873: Only check `sys.flags.ignore_environment` for `PYTHON*` env vars (#127877)
Hugo van Kemenade committed
January 20, 2025
V
gh-129033: Remove _PyInterpreterState_SetConfig() function (#129048)
Victor Stinner committed
S
gh-71339: Use new assertion methods in test_capi (GH-129053)
Serhiy Storchaka committed
January 13, 2025
P
January 9, 2025
P
gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630)
Petr Viktorin committed
December 13, 2024
December 6, 2024
December 5, 2024
H
gh-127146: Emscripten: Skip segfaults in test suite (#127151)
Hood Chatham committed
October 24, 2024
S
gh-125900: Clean-up logic around immortalization in free-threading (#125901)
Sam Gross committed
September 18, 2024
September 13, 2024
September 5, 2024
P
gh-123465: Allow Py_RELATIVE_OFFSET for __*offset__ members (GH-123474)
Petr Viktorin committed
August 8, 2024
V
gh-111495: Add more tests on PyEval C APIs (#122789)
Victor Stinner committed
August 6, 2024
V
gh-122728: Fix SystemError in PyEval_GetLocals() (#122735)
Victor Stinner committed
July 31, 2024
C
gh-121381 Remove subprocess._USE_VFORK escape hatch (#121383)
Cody Maloney committed
June 17, 2024
V
gh-120417: Remove unused imports in tests (part 1) (#120629)
Victor Stinner committed
June 2, 2024
N
gh-119775: Remove ability to create immutable types with mutable bases (#119776)
Nikita Sobolev committed
May 31, 2024
May 10, 2024
S
gh-118846: Fix free-threading test failures when run sequentially (#118864)
Sam Gross committed
April 27, 2024
E
gh-110693: Use a Larger Queue for Per-Interpreter Pending Calls (gh-118302)
Eric Snow committed
April 26, 2024
E
gh-110693: Pending Calls Machinery Cleanups (gh-118296)
Eric Snow committed
April 24, 2024
E
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
Eric Snow committed
April 11, 2024
S
gh-117649: Fix file descriptor leak in (expected) failing test case (#117780)
Sam Gross committed
S
E
gh-76785: Add More Tests to test_interpreters.test_api (gh-117662)
Eric Snow committed
April 2, 2024
E
gh-76785: Consolidate Some Interpreter-related Testing Helpers (gh-117485)
Eric Snow committed
E
gh-76785: Add PyInterpreterConfig Helpers (gh-117170)
Eric Snow committed
March 21, 2024
E
gh-76785: Drop PyInterpreterID_Type (gh-117101)
Eric Snow committed
E
gh-76785: Clean Up Interpreter ID Conversions (gh-117048)
Eric Snow committed
March 20, 2024
N
gh-94808: add tests covering `PyFunction_{Get,Set}Closure` (GH-99429)
Nikita Sobolev committed