COMMITS
/ Lib/test/test_interpreters/test_api.py January 9, 2026
S
gh-136438: Make sure `test_interpreters` pass with all optimization levels (GH-136499)
Semyon Moroz committed
November 14, 2025
S
GH-141509: Fix warning about remaining subinterpreters (GH-141528)
Sergey Miryanov committed
September 23, 2025
P
gh-126016: Fix flaky test by allowing the SIGINT return code (GH-139219)
Peter Bierma committed
September 19, 2025
P
gh-126016: Remove bad assertion in `PyThreadState_Clear` (GH-139158)
Peter Bierma committed
September 18, 2025
P
gh-135729: Store reference to globals in `Interpreter._decref` (GH-139104)
Peter Bierma committed
September 17, 2025
September 4, 2025
July 6, 2025
S
June 18, 2025
P
gh-135450: Remove assertion in `_PyCode_CheckNoExternalState` (gh-135466)
Peter Bierma committed
June 17, 2025
E
gh-132775: Fix Interpreter.call() __main__ Visibility (gh-135595)
Eric Snow committed
June 16, 2025
E
gh-135443: Sometimes Fall Back to __main__.__dict__ For Globals (gh-135491)
Eric Snow committed
June 11, 2025
E
gh-134939: Add the concurrent.interpreters Module (gh-133958)
Eric Snow committed
May 30, 2025
E
gh-132775: Expand the Capability of Interpreter.call() (gh-133484)
Eric Snow committed
May 26, 2025
E
gh-132775: Unrevert "Use _PyCode GetScriptXIData()" (gh-134735)
Eric Snow committed
May 23, 2025
E
gh-134557: Revert "gh-132775: Use _PyCode GetScriptXIData()" (gh-134599)
Eric Snow committed
May 22, 2025
E
gh-132775: Use _PyCode GetScriptXIData() (gh-134511)
Eric Snow committed
May 19, 2025
P
P
gh-128639: Don't assume one thread in subinterpreter finalization (gh-128640)
Peter Bierma committed
May 18, 2025
B
gh-134144: Fix use-after-free in zapthreads() (#134145)
b-pass committed
April 25, 2025
E
gh-132781: Cleanup Code Related to NotShareableError (gh-132782)
Eric Snow committed
December 1, 2024
P
gh-127165: Disallow embedded NULL characters in `_interpreters` (#127199)
Peter Bierma committed
October 31, 2024
P
gh-126223: Propagate unicode errors in `_interpreters.create()` (#126224)
Peter Bierma committed
June 17, 2024
V
gh-120417: Remove unused imports in tests (part 3) (#120631)
Victor Stinner committed
April 24, 2024
P
gh-112730: Make the test suite resilient to color-activation environment variables (#117672)
Pablo Galindo Salgado committed
E
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
Eric Snow committed
April 16, 2024
E
gh-76785: Fix Windows Refleak in test_interpreters (gh-117913)
Eric Snow committed
April 11, 2024
E
gh-76785: Handle Legacy Interpreters Properly (gh-117490)
Eric Snow committed
S
E
gh-76785: Add More Tests to test_interpreters.test_api (gh-117662)
Eric Snow committed
April 3, 2024
E
gh-76785: Raise InterpreterError, Not RuntimeError (gh-117489)
Eric Snow committed
April 2, 2024
E
gh-76785: Consolidate Some Interpreter-related Testing Helpers (gh-117485)
Eric Snow committed
March 5, 2024
E
gh-76785: Minor Improvements to "interpreters" Module (gh-116328)
Eric Snow committed
February 28, 2024
E
gh-76785: Update test.support.interpreters to Align With PEP 734 (gh-115566)
Eric Snow committed
December 13, 2023
E
gh-76785: Show the Traceback for Uncaught Subinterpreter Exceptions (gh-113034)
Eric Snow committed
December 12, 2023
E
gh-76785: Add Interpreter.prepare_main() (gh-113021)
Eric Snow committed
E
gh-76785: Fixes for test.support.interpreters (gh-112982)
Eric Snow committed