index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_interpreters
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-141509: Fix warning about remaining subinterpreters (GH-141528)
Sergey Miryanov
2025-11-14
1
-1/+1
*
gh-126016: Fix flaky test by allowing the SIGINT return code (GH-139219)
Peter Bierma
2025-09-23
1
-1/+6
*
gh-112729: Correctly fail when the process is out of memory during interprete...
Peter Bierma
2025-09-19
1
-0/+9
*
gh-126016: Remove bad assertion in `PyThreadState_Clear` (GH-139158)
Peter Bierma
2025-09-19
1
-1/+27
*
gh-135729: Store reference to globals in `Interpreter._decref` (GH-139104)
Peter Bierma
2025-09-18
1
-0/+16
*
gh-128639: Don't assume one thread in subinterpreter finalization with fixed ...
Peter Bierma
2025-09-17
2
-3/+73
*
gh-138192: Fix Context initialization so that all subinterpreters are assigne...
Donghee Na
2025-09-04
1
-0/+10
*
gh-138253: Fix compatibility of sub-interpreters queues with queue.Queue (GH-...
Serhiy Storchaka
2025-09-02
1
-1/+13
*
gh-136285: Improve `pickle` protocol testing in `test_interpreters` (#136286)
sobolevn
2025-07-06
3
-12/+20
*
gh-135698: Fix Cross-interpreter Queue.full() With Negative/Default max_size ...
Eric Snow
2025-06-20
1
-11/+57
*
gh-135450: Remove assertion in `_PyCode_CheckNoExternalState` (gh-135466)
Peter Bierma
2025-06-18
1
-0/+16
*
gh-132775: Fix Interpreter.call() __main__ Visibility (gh-135595)
Eric Snow
2025-06-17
1
-0/+181
*
gh-135443: Sometimes Fall Back to __main__.__dict__ For Globals (gh-135491)
Eric Snow
2025-06-16
1
-0/+107
*
gh-134939: Add the concurrent.interpreters Module (gh-133958)
Eric Snow
2025-06-11
6
-34/+34
*
gh-132775: Expand the Capability of Interpreter.call() (gh-133484)
Eric Snow
2025-05-30
1
-83/+458
*
gh-132775: Unrevert "Use _PyCode GetScriptXIData()" (gh-134735)
Eric Snow
2025-05-26
1
-8/+15
*
gh-134357: Remove unused imports in tests (#134340)
Hugo van Kemenade
2025-05-25
2
-2/+0
*
gh-134557: Revert "gh-132775: Use _PyCode GetScriptXIData()" (gh-134599)
Eric Snow
2025-05-23
1
-15/+8
*
gh-132775: Use _PyCode GetScriptXIData() (gh-134511)
Eric Snow
2025-05-22
1
-8/+15
*
gh-132775: Use _PyObject_GetXIData (With Fallback) (gh-134440)
Eric Snow
2025-05-22
2
-140/+88
*
Revert "gh-128639: Don't assume one thread in subinterpreter finalization (gh...
Peter Bierma
2025-05-19
2
-63/+3
*
gh-128639: Don't assume one thread in subinterpreter finalization (gh-128640)
Peter Bierma
2025-05-19
2
-3/+63
*
gh-134144: Fix use-after-free in zapthreads() (#134145)
b-pass
2025-05-18
1
-0/+8
*
gh-109700: Improve stress tests for interpreter creation (GH-109946)
Serhiy Storchaka
2025-05-04
1
-9/+21
*
gh-132781: Cleanup Code Related to NotShareableError (gh-132782)
Eric Snow
2025-04-25
1
-2/+1
*
gh-128770: raise warnings as errors in test suite - except for test_socket wh...
Thomas Grainger
2025-03-27
1
-2/+3
*
gh-127165: Disallow embedded NULL characters in `_interpreters` (#127199)
Peter Bierma
2024-12-01
1
-0/+4
*
gh-126914: Store the Preallocated Thread State's Pointer in a PyInterpreterSt...
Eric Snow
2024-11-19
1
-0/+30
*
gh-126223: Propagate unicode errors in `_interpreters.create()` (#126224)
Peter Bierma
2024-10-31
1
-0/+3
*
gh-76785: Expand How Interpreter Channels Handle Interpreter Finalization (gh...
Eric Snow
2024-07-15
2
-2/+224
*
gh-76785: Expand How Interpreter Queues Handle Interpreter Finalization (gh-1...
Eric Snow
2024-07-15
1
-18/+201
*
gh-121596: Fix Sharing Interpreter Channels (gh-121597)
Eric Snow
2024-07-10
1
-0/+18
*
gh-117953: Skip `test_interpreters` properly without GIL (#120689)
Nice Zombies
2024-06-18
1
-3/+6
*
gh-120524: Avoid a Race On _PyRuntime.types.managed_static.types[i].interp_co...
Eric Snow
2024-06-17
1
-1/+0
*
gh-120417: Remove unused imports in tests (part 3) (#120631)
Victor Stinner
2024-06-17
3
-7/+2
*
gh-120524: Temporarily Skip test_create_many_threaded In test_interpreters.te...
Eric Snow
2024-06-14
1
-0/+1
*
gh-117953: Always Run Extension Init Func in Main Interpreter First (gh-118157)
Eric Snow
2024-05-07
1
-3/+4
*
gh-112730: Make the test suite resilient to color-activation environment vari...
Pablo Galindo Salgado
2024-04-24
1
-0/+2
*
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
Eric Snow
2024-04-24
6
-14/+14
*
gh-76785: Fix Windows Refleak in test_interpreters (gh-117913)
Eric Snow
2024-04-16
2
-6/+7
*
gh-76785: Handle Legacy Interpreters Properly (gh-117490)
Eric Snow
2024-04-11
2
-73/+147
*
gh-117649: Raise ImportError for unsupported modules in free-threaded build (...
Sam Gross
2024-04-11
1
-8/+5
*
gh-76785: Add More Tests to test_interpreters.test_api (gh-117662)
Eric Snow
2024-04-11
2
-52/+1011
*
gh-76785: Raise InterpreterError, Not RuntimeError (gh-117489)
Eric Snow
2024-04-03
1
-5/+5
*
gh-76785: Consolidate Some Interpreter-related Testing Helpers (gh-117485)
Eric Snow
2024-04-02
3
-7/+231
*
gh-76785: Minor Improvements to "interpreters" Module (gh-116328)
Eric Snow
2024-03-05
3
-4/+87
*
gh-115490: Make the interpreter.channels and interpreter.queues Modules Handl...
Eric Snow
2024-03-04
2
-0/+34
*
gh-76785: Fix interpreters.Queue.get_nowait() (gh-116166)
Eric Snow
2024-03-01
1
-47/+69
*
gh-71052: Add test exclusions to support running the test suite on Android (#...
Malcolm Smith
2024-02-29
1
-0/+1
*
gh-76785: Update test.support.interpreters to Align With PEP 734 (gh-115566)
Eric Snow
2024-02-28
5
-96/+371
[next]