summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_interpreters
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-112729: Correctly fail when the process is out of memory during interprete...Peter Bierma2025-09-191-0/+9
* 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-172-3/+73
* gh-138192: Fix Context initialization so that all subinterpreters are assigne...Donghee Na2025-09-041-0/+10
* gh-138253: Fix compatibility of sub-interpreters queues with queue.Queue (GH-...Serhiy Storchaka2025-09-021-1/+13
* gh-136285: Improve `pickle` protocol testing in `test_interpreters` (#136286)sobolevn2025-07-063-12/+20
* gh-135698: Fix Cross-interpreter Queue.full() With Negative/Default max_size ...Eric Snow2025-06-201-11/+57
* 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-116-34/+34
* 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-134357: Remove unused imports in tests (#134340)Hugo van Kemenade2025-05-252-2/+0
* 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
* gh-132775: Use _PyObject_GetXIData (With Fallback) (gh-134440)Eric Snow2025-05-222-140/+88
* Revert "gh-128639: Don't assume one thread in subinterpreter finalization (gh...Peter Bierma2025-05-192-63/+3
* gh-128639: Don't assume one thread in subinterpreter finalization (gh-128640)Peter Bierma2025-05-192-3/+63
* gh-134144: Fix use-after-free in zapthreads() (#134145)b-pass2025-05-181-0/+8
* gh-109700: Improve stress tests for interpreter creation (GH-109946)Serhiy Storchaka2025-05-041-9/+21
* gh-132781: Cleanup Code Related to NotShareableError (gh-132782)Eric Snow2025-04-251-2/+1
* gh-128770: raise warnings as errors in test suite - except for test_socket wh...Thomas Grainger2025-03-271-2/+3
* gh-127165: Disallow embedded NULL characters in `_interpreters` (#127199)Peter Bierma2024-12-011-0/+4
* gh-126914: Store the Preallocated Thread State's Pointer in a PyInterpreterSt...Eric Snow2024-11-191-0/+30
* gh-126223: Propagate unicode errors in `_interpreters.create()` (#126224)Peter Bierma2024-10-311-0/+3
* gh-76785: Expand How Interpreter Channels Handle Interpreter Finalization (gh...Eric Snow2024-07-152-2/+224
* gh-76785: Expand How Interpreter Queues Handle Interpreter Finalization (gh-1...Eric Snow2024-07-151-18/+201
* gh-121596: Fix Sharing Interpreter Channels (gh-121597)Eric Snow2024-07-101-0/+18
* gh-117953: Skip `test_interpreters` properly without GIL (#120689)Nice Zombies2024-06-181-3/+6
* gh-120524: Avoid a Race On _PyRuntime.types.managed_static.types[i].interp_co...Eric Snow2024-06-171-1/+0
* gh-120417: Remove unused imports in tests (part 3) (#120631)Victor Stinner2024-06-173-7/+2
* gh-120524: Temporarily Skip test_create_many_threaded In test_interpreters.te...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