summaryrefslogtreecommitdiffstats
path: root/Lib/test/test__interpreters.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
* gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)Eric Snow2024-04-241-0/+1151
See https://discuss.python.org/t/pep-734-multiple-interpreters-in-the-stdlib/41147/26.