summaryrefslogtreecommitdiffstats
path: root/Lib/test/test__interpreters.py
Commit message (Expand)AuthorAgeFilesLines
* GH-137630: Convert ``_interpreters`` to use Argument Clinic (#137631)Adam Turner2025-08-121-4/+4
* gh-135855: Raise TypeError When Passing Non-dict Object to `_interpreters.set...Brian Schubert2025-06-241-0/+15
* gh-132775: Unrevert "Use _PyCode GetScriptXIData()" (gh-134735)Eric Snow2025-05-261-9/+16
* gh-134557: Revert "gh-132775: Use _PyCode GetScriptXIData()" (gh-134599)Eric Snow2025-05-231-16/+9
* gh-132775: Use _PyCode GetScriptXIData() (gh-134511)Eric Snow2025-05-221-9/+16
* gh-132775: Use _PyFunction_VerifyStateless() and _PyCode_VerifyStateless() (g...Eric Snow2025-05-211-1/+2
* gh-132775: Cleanup Related to crossinterp.c Before Further Changes (gh-132974)Eric Snow2025-04-281-85/+1
* gh-132781: Cleanup Code Related to NotShareableError (gh-132782)Eric Snow2025-04-251-6/+5
* gh-132171: Fix `_interpreters.run_string` crash on string subclass (#132173)sobolevn2025-04-071-0/+6
* gh-117657: Skip some tests when running with TSAN (gh-131555)Sam Gross2025-03-211-0/+1
* gh-127196: Fix crash in `_interpreters`, when `shared` had invalid encodings ...sobolevn2025-01-091-1/+12
* gh-126654: Fix crash in several functions in `_interpreters` module (#126678)sobolevn2024-11-111-0/+18
* gh-119180: No longer set `__annotations__` in `__main__` (#124634)Jelle Zijlstra2024-09-271-1/+0
* Fix typos in comments and docstring (#122720)Xie Yanbo2024-08-071-1/+1
* gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)Eric Snow2024-04-241-0/+1151