summaryrefslogtreecommitdiffstats
path: root/Modules/_interpretersmodule.c
Commit message (Expand)AuthorAgeFilesLines
* [3.14] Revert "gh-112068: C API: Add support of nullable arguments in PyArg_P...Serhiy Storchaka2025-07-221-3/+6
* [3.14] Fix typo: "occured" =>"occurred" (GH-134928) (#136771)Miss Islington (bot)2025-07-191-1/+1
* [3.14] gh-135839: Fix `module_traverse` and `module_clear` in subinterp modul...Miss Islington (bot)2025-06-251-4/+2
* [3.14] gh-135855: Raise TypeError When Passing Non-dict Object to `_interpret...Miss Islington (bot)2025-06-241-12/+10
* [3.14] gh-132775: Fix Interpreter.call() __main__ Visibility (gh-135638)Miss Islington (bot)2025-06-171-0/+1
* [3.14] gh-132775: Clean Up Cross-Interpreter Error Handling (gh-135492)Miss Islington (bot)2025-06-141-38/+52
* [3.14] gh-132775: Expand the Capability of Interpreter.call() (gh-134933)Miss Islington (bot)2025-05-301-102/+312
* [3.14] gh-132775: Unrevert "Use _PyCode GetScriptXIData()" (gh-134736)Eric Snow2025-05-261-222/+72
* [3.14] gh-134557: Revert "[3.14] gh-132775: Use _PyCode GetScriptXIData()" (...Eric Snow2025-05-231-72/+222
* [3.14] gh-132775: Make _PyXI_session Opaque (gh-134522)Miss Islington (bot)2025-05-221-12/+29
* [3.14] gh-132775: Use _PyCode GetScriptXIData() (gh-134515)Miss Islington (bot)2025-05-221-222/+72
* [3.14] gh-132775: Use _PyFunction_VerifyStateless() and _PyCode_VerifyStatele...Miss Islington (bot)2025-05-211-73/+66
* [3.14] gh-132775: Support Fallbacks in _PyObject_GetXIData() (gh-134418)Miss Islington (bot)2025-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