summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_interpreters/test_api.py
Commit message (Expand)AuthorAgeFilesLines
* GH-141509: Fix warning about remaining subinterpreters (GH-141528)Sergey Miryanov2025-11-141-1/+1
* gh-126016: Fix flaky test by allowing the SIGINT return code (GH-139219)Peter Bierma2025-09-231-1/+6
* gh-126016: Remove bad assertion in `PyThreadState_Clear` (GH-139158)Peter Bierma2025-09-191-1/+27
* gh-135729: Store reference to globals in `Interpreter._decref` (GH-139104)Peter Bierma2025-09-181-0/+16
* gh-128639: Don't assume one thread in subinterpreter finalization with fixed ...Peter Bierma2025-09-171-2/+68
* gh-138192: Fix Context initialization so that all subinterpreters are assigne...Donghee Na2025-09-041-0/+10
* gh-136285: Improve `pickle` protocol testing in `test_interpreters` (#136286)sobolevn2025-07-061-3/+5
* gh-135450: Remove assertion in `_PyCode_CheckNoExternalState` (gh-135466)Peter Bierma2025-06-181-0/+16
* gh-132775: Fix Interpreter.call() __main__ Visibility (gh-135595)Eric Snow2025-06-171-0/+181
* gh-135443: Sometimes Fall Back to __main__.__dict__ For Globals (gh-135491)Eric Snow2025-06-161-0/+107
* gh-134939: Add the concurrent.interpreters Module (gh-133958)Eric Snow2025-06-111-13/+13
* gh-132775: Expand the Capability of Interpreter.call() (gh-133484)Eric Snow2025-05-301-83/+458
* gh-132775: Unrevert "Use _PyCode GetScriptXIData()" (gh-134735)Eric Snow2025-05-261-8/+15
* gh-134557: Revert "gh-132775: Use _PyCode GetScriptXIData()" (gh-134599)Eric Snow2025-05-231-15/+8
* gh-132775: Use _PyCode GetScriptXIData() (gh-134511)Eric Snow2025-05-221-8/+15
* Revert "gh-128639: Don't assume one thread in subinterpreter finalization (gh...Peter Bierma2025-05-191-58/+2
* gh-128639: Don't assume one thread in subinterpreter finalization (gh-128640)Peter Bierma2025-05-191-2/+58
* gh-134144: Fix use-after-free in zapthreads() (#134145)b-pass2025-05-181-0/+8
* gh-132781: Cleanup Code Related to NotShareableError (gh-132782)Eric Snow2025-04-251-2/+1
* gh-127165: Disallow embedded NULL characters in `_interpreters` (#127199)Peter Bierma2024-12-011-0/+4
* gh-126223: Propagate unicode errors in `_interpreters.create()` (#126224)Peter Bierma2024-10-311-0/+3
* gh-120417: Remove unused imports in tests (part 3) (#120631)Victor Stinner2024-06-171-2/+1
* gh-112730: Make the test suite resilient to color-activation environment vari...Pablo Galindo Salgado2024-04-241-0/+2
* gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)Eric Snow2024-04-241-8/+8
* gh-76785: Fix Windows Refleak in test_interpreters (gh-117913)Eric Snow2024-04-161-3/+0
* gh-76785: Handle Legacy Interpreters Properly (gh-117490)Eric Snow2024-04-111-72/+133
* gh-117649: Raise ImportError for unsupported modules in free-threaded build (...Sam Gross2024-04-111-8/+5
* gh-76785: Add More Tests to test_interpreters.test_api (gh-117662)Eric Snow2024-04-111-38/+502
* gh-76785: Raise InterpreterError, Not RuntimeError (gh-117489)Eric Snow2024-04-031-5/+5
* gh-76785: Consolidate Some Interpreter-related Testing Helpers (gh-117485)Eric Snow2024-04-021-2/+209
* gh-76785: Minor Improvements to "interpreters" Module (gh-116328)Eric Snow2024-03-051-0/+7
* gh-76785: Update test.support.interpreters to Align With PEP 734 (gh-115566)Eric Snow2024-02-281-54/+237
* gh-76785: Show the Traceback for Uncaught Subinterpreter Exceptions (gh-113034)Eric Snow2023-12-131-0/+48
* gh-76785: Add Interpreter.prepare_main() (gh-113021)Eric Snow2023-12-121-0/+57
* gh-76785: Fixes for test.support.interpreters (gh-112982)Eric Snow2023-12-121-0/+642