summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_interpreters
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-117953: Skip `test_interpreters` properly without GIL (gh-120707)Miss Islington (bot)2024-06-181-3/+6
* [3.13] gh-120524: Avoid a Race On _PyRuntime.types.managed_static.types[i].in...Miss Islington (bot)2024-06-171-1/+0
* [3.13] gh-120524: Temporarily Skip test_create_many_threaded In test_interpre...Eric Snow2024-06-141-0/+1
* gh-117953: Always Run Extension Init Func in Main Interpreter First (gh-118157)Eric Snow2024-05-071-3/+4
* 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-246-14/+14
* gh-76785: Fix Windows Refleak in test_interpreters (gh-117913)Eric Snow2024-04-162-6/+7
* gh-76785: Handle Legacy Interpreters Properly (gh-117490)Eric Snow2024-04-112-73/+147
* 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-112-52/+1011
* 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-023-7/+231
* gh-76785: Minor Improvements to "interpreters" Module (gh-116328)Eric Snow2024-03-053-4/+87
* gh-115490: Make the interpreter.channels and interpreter.queues Modules Handl...Eric Snow2024-03-042-0/+34
* gh-76785: Fix interpreters.Queue.get_nowait() (gh-116166)Eric Snow2024-03-011-47/+69
* gh-71052: Add test exclusions to support running the test suite on Android (#...Malcolm Smith2024-02-291-0/+1
* gh-76785: Update test.support.interpreters to Align With PEP 734 (gh-115566)Eric Snow2024-02-285-96/+371
* Fix trivial typo in test_interpreters (GH-113381)Jeff Allen2023-12-231-1/+1
* gh-76785: Show the Traceback for Uncaught Subinterpreter Exceptions (gh-113034)Eric Snow2023-12-132-0/+120
* gh-76785: Add Interpreter.prepare_main() (gh-113021)Eric Snow2023-12-122-2/+61
* gh-76785: More Fixes for test.support.interpreters (gh-113012)Eric Snow2023-12-121-15/+81
* gh-76785: Fixes for test.support.interpreters (gh-112982)Eric Snow2023-12-128-0/+1512