summaryrefslogtreecommitdiffstats
path: root/Modules/_interpretersmodule.c
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-135839: Fix `module_traverse` and `module_clear` in subinterp modul...sobolevn2025-08-041-4/+2
* [3.13] gh-135855: Raise TypeError When Passing Non-dict Object to `_interpret...Brian Schubert2025-06-241-12/+10
* [3.13] gh-132174: Fix function name in error message of `_interpreters.run_st...Miss Islington (bot)2025-04-081-1/+1
* [3.13] gh-132171: Fix `_interpreters.run_string` crash on string subclass (GH...Miss Islington (bot)2025-04-071-1/+1
* [3.13] gh-127196: Fix crash in `_interpreters`, when `shared` had invalid enc...Miss Islington (bot)2025-01-091-1/+6
* [3.13] gh-126654: Fix crash in several functions in `_interpreters` module (G...Miss Islington (bot)2024-11-111-0/+5
* [3.13] gh-126223: Propagate unicode errors in `_interpreters.create()` (GH-12...Miss Islington (bot)2024-10-311-1/+5
* gh-116322: Add Py_mod_gil module slot (#116882)Brett Simmers2024-05-031-0/+1
* gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)Eric Snow2024-04-241-0/+1567