summaryrefslogtreecommitdiffstats
path: root/Modules/_interpretersmodule.c
Commit message (Expand)AuthorAgeFilesLines
* GH-137623: Use an AC decorator for docstring line length enforcement (#137690)Adam Turner2025-08-181-2/+4
* GH-137630: Argument Clinic: Reduce use of 'as' for renaming in ``_interpreter...Adam Turner2025-08-121-13/+12
* GH-137630: Convert ``_interpreters`` to use Argument Clinic (#137631)Adam Turner2025-08-121-313/+248
* Revert "gh-112068: C API: Add support of nullable arguments in PyArg_Parse (G...Serhiy Storchaka2025-07-221-3/+6
* Fix typo: "occured" =>"occurred" (#134928)Roman2025-07-191-1/+1
* gh-135839: Fix `module_traverse` and `module_clear` in subinterp modules (#13...sobolevn2025-06-251-4/+2
* gh-135855: Raise TypeError When Passing Non-dict Object to `_interpreters.set...Brian Schubert2025-06-241-12/+10
* gh-132775: Fix Interpreter.call() __main__ Visibility (gh-135595)Eric Snow2025-06-171-0/+1
* gh-132775: Clean Up Cross-Interpreter Error Handling (gh-135369)Eric Snow2025-06-131-38/+52
* gh-132775: Expand the Capability of Interpreter.call() (gh-133484)Eric Snow2025-05-301-102/+312
* gh-132775: Unrevert "Use _PyCode GetScriptXIData()" (gh-134735)Eric Snow2025-05-261-222/+72
* gh-134557: Revert "gh-132775: Use _PyCode GetScriptXIData()" (gh-134599)Eric Snow2025-05-231-72/+222
* gh-132775: Make _PyXI_session Opaque (gh-134452)Eric Snow2025-05-221-12/+29
* gh-132775: Use _PyCode GetScriptXIData() (gh-134511)Eric Snow2025-05-221-222/+72
* gh-132775: Use _PyFunction_VerifyStateless() and _PyCode_VerifyStateless() (g...Eric Snow2025-05-211-73/+66
* gh-132775: Support Fallbacks in _PyObject_GetXIData() (gh-133482)Eric Snow2025-05-211-1/+1
* Add missing whitespace in `is_running_main` comment (#133174)Nybblista2025-05-011-1/+1
* gh-132775: Cleanup Related to crossinterp.c Before Further Changes (gh-132974)Eric Snow2025-04-281-61/+61
* gh-132781: Cleanup Code Related to NotShareableError (gh-132782)Eric Snow2025-04-251-14/+5
* gh-132776: Revert Moving memoryview XIData Code to memoryobject.c (gh-132960)Eric Snow2025-04-251-8/+278
* gh-132776: Cleanup for XIBufferViewType (gh-132821)Eric Snow2025-04-251-244/+8
* gh-132776: Minor Fixes for XIBufferViewType (gh-132779)Eric Snow2025-04-221-21/+72
* gh-112068: C API: Add support of nullable arguments in PyArg_Parse (GH-121303)Serhiy Storchaka2025-04-081-6/+3
* gh-132171: Fix `_interpreters.run_string` crash on string subclass (#132173)sobolevn2025-04-071-1/+1
* gh-132174: Fix function name in error message of `_interpreters.run_string` (...sobolevn2025-04-071-1/+1
* gh-131238: Remove includes from pycore_interp.h (#131495)Victor Stinner2025-03-201-4/+2
* gh-111178: fix UBSan failures in `Modules/_interp*module.c` (GH-129779)Bénédikt Tran2025-02-171-10/+14
* gh-127196: Fix crash in `_interpreters`, when `shared` had invalid encodings ...sobolevn2025-01-091-1/+6
* gh-76785: Improved Subinterpreters Compatibility with 3.12 (2/2) (gh-126707)Eric Snow2024-11-121-4/+13
* gh-76785: Minor Cleanup of Exception-related Cross-interpreter State (gh-126602)Eric Snow2024-11-111-1/+1
* gh-126654: Fix crash in several functions in `_interpreters` module (#126678)sobolevn2024-11-111-0/+5
* gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457)Eric Snow2024-11-071-13/+11
* gh-126223: Propagate unicode errors in `_interpreters.create()` (#126224)Peter Bierma2024-10-311-1/+5
* Use _PyLong_IsNegative instead of _PyLong_Sign if appropriate. (GH-120493)Serhiy Storchaka2024-06-241-1/+0
* Remove almost all unpaired backticks in docstrings (#119231)Geoffrey Thomas2024-05-221-1/+1
* 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