summaryrefslogtreecommitdiffstats
path: root/Lib/test/test__interpchannels.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-76785: Expand How Interpreter Channels Handle Interpreter Finalization ↵Eric Snow2024-07-151-131/+144
| | | | | (gh-121805) See 6b98b274b6 for an explanation of the problem and solution. Here I've applied the solution to channels.
* gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)Eric Snow2024-04-241-0/+1797
See https://discuss.python.org/t/pep-734-multiple-interpreters-in-the-stdlib/41147/26.