summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_interpreters/utils.py
Commit message (Expand)AuthorAgeFilesLines
* gh-120417: Remove unused imports in tests (part 3) (#120631)Victor Stinner2024-06-171-4/+1
* gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)Eric Snow2024-04-241-1/+1
* gh-76785: Fix Windows Refleak in test_interpreters (gh-117913)Eric Snow2024-04-161-3/+7
* gh-76785: Handle Legacy Interpreters Properly (gh-117490)Eric Snow2024-04-111-1/+14
* gh-76785: Add More Tests to test_interpreters.test_api (gh-117662)Eric Snow2024-04-111-14/+509
* gh-76785: Consolidate Some Interpreter-related Testing Helpers (gh-117485)Eric Snow2024-04-021-2/+19
* gh-76785: Update test.support.interpreters to Align With PEP 734 (gh-115566)Eric Snow2024-02-281-3/+16
* gh-76785: Show the Traceback for Uncaught Subinterpreter Exceptions (gh-113034)Eric Snow2023-12-131-0/+72
* gh-76785: Add Interpreter.prepare_main() (gh-113021)Eric Snow2023-12-121-2/+4
* gh-76785: Fixes for test.support.interpreters (gh-112982)Eric Snow2023-12-121-0/+73