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
/
test_api.py
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-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
1
-2/+68
*
gh-138192: Fix Context initialization so that all subinterpreters are assigne...
Donghee Na
2025-09-04
1
-0/+10
*
gh-136285: Improve `pickle` protocol testing in `test_interpreters` (#136286)
sobolevn
2025-07-06
1
-3/+5
*
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
1
-13/+13
*
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-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
*
Revert "gh-128639: Don't assume one thread in subinterpreter finalization (gh...
Peter Bierma
2025-05-19
1
-58/+2
*
gh-128639: Don't assume one thread in subinterpreter finalization (gh-128640)
Peter Bierma
2025-05-19
1
-2/+58
*
gh-134144: Fix use-after-free in zapthreads() (#134145)
b-pass
2025-05-18
1
-0/+8
*
gh-132781: Cleanup Code Related to NotShareableError (gh-132782)
Eric Snow
2025-04-25
1
-2/+1
*
gh-127165: Disallow embedded NULL characters in `_interpreters` (#127199)
Peter Bierma
2024-12-01
1
-0/+4
*
gh-126223: Propagate unicode errors in `_interpreters.create()` (#126224)
Peter Bierma
2024-10-31
1
-0/+3
*
gh-120417: Remove unused imports in tests (part 3) (#120631)
Victor Stinner
2024-06-17
1
-2/+1
*
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
1
-8/+8
*
gh-76785: Fix Windows Refleak in test_interpreters (gh-117913)
Eric Snow
2024-04-16
1
-3/+0
*
gh-76785: Handle Legacy Interpreters Properly (gh-117490)
Eric Snow
2024-04-11
1
-72/+133
*
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
1
-38/+502
*
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
1
-2/+209
*
gh-76785: Minor Improvements to "interpreters" Module (gh-116328)
Eric Snow
2024-03-05
1
-0/+7
*
gh-76785: Update test.support.interpreters to Align With PEP 734 (gh-115566)
Eric Snow
2024-02-28
1
-54/+237
*
gh-76785: Show the Traceback for Uncaught Subinterpreter Exceptions (gh-113034)
Eric Snow
2023-12-13
1
-0/+48
*
gh-76785: Add Interpreter.prepare_main() (gh-113021)
Eric Snow
2023-12-12
1
-0/+57
*
gh-76785: Fixes for test.support.interpreters (gh-112982)
Eric Snow
2023-12-12
1
-0/+642