index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_interpretersmodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner
2025-08-18
1
-2/+4
*
GH-137630: Argument Clinic: Reduce use of 'as' for renaming in ``_interpreter...
Adam Turner
2025-08-12
1
-13/+12
*
GH-137630: Convert ``_interpreters`` to use Argument Clinic (#137631)
Adam Turner
2025-08-12
1
-313/+248
*
Revert "gh-112068: C API: Add support of nullable arguments in PyArg_Parse (G...
Serhiy Storchaka
2025-07-22
1
-3/+6
*
Fix typo: "occured" =>"occurred" (#134928)
Roman
2025-07-19
1
-1/+1
*
gh-135839: Fix `module_traverse` and `module_clear` in subinterp modules (#13...
sobolevn
2025-06-25
1
-4/+2
*
gh-135855: Raise TypeError When Passing Non-dict Object to `_interpreters.set...
Brian Schubert
2025-06-24
1
-12/+10
*
gh-132775: Fix Interpreter.call() __main__ Visibility (gh-135595)
Eric Snow
2025-06-17
1
-0/+1
*
gh-132775: Clean Up Cross-Interpreter Error Handling (gh-135369)
Eric Snow
2025-06-13
1
-38/+52
*
gh-132775: Expand the Capability of Interpreter.call() (gh-133484)
Eric Snow
2025-05-30
1
-102/+312
*
gh-132775: Unrevert "Use _PyCode GetScriptXIData()" (gh-134735)
Eric Snow
2025-05-26
1
-222/+72
*
gh-134557: Revert "gh-132775: Use _PyCode GetScriptXIData()" (gh-134599)
Eric Snow
2025-05-23
1
-72/+222
*
gh-132775: Make _PyXI_session Opaque (gh-134452)
Eric Snow
2025-05-22
1
-12/+29
*
gh-132775: Use _PyCode GetScriptXIData() (gh-134511)
Eric Snow
2025-05-22
1
-222/+72
*
gh-132775: Use _PyFunction_VerifyStateless() and _PyCode_VerifyStateless() (g...
Eric Snow
2025-05-21
1
-73/+66
*
gh-132775: Support Fallbacks in _PyObject_GetXIData() (gh-133482)
Eric Snow
2025-05-21
1
-1/+1
*
Add missing whitespace in `is_running_main` comment (#133174)
Nybblista
2025-05-01
1
-1/+1
*
gh-132775: Cleanup Related to crossinterp.c Before Further Changes (gh-132974)
Eric Snow
2025-04-28
1
-61/+61
*
gh-132781: Cleanup Code Related to NotShareableError (gh-132782)
Eric Snow
2025-04-25
1
-14/+5
*
gh-132776: Revert Moving memoryview XIData Code to memoryobject.c (gh-132960)
Eric Snow
2025-04-25
1
-8/+278
*
gh-132776: Cleanup for XIBufferViewType (gh-132821)
Eric Snow
2025-04-25
1
-244/+8
*
gh-132776: Minor Fixes for XIBufferViewType (gh-132779)
Eric Snow
2025-04-22
1
-21/+72
*
gh-112068: C API: Add support of nullable arguments in PyArg_Parse (GH-121303)
Serhiy Storchaka
2025-04-08
1
-6/+3
*
gh-132171: Fix `_interpreters.run_string` crash on string subclass (#132173)
sobolevn
2025-04-07
1
-1/+1
*
gh-132174: Fix function name in error message of `_interpreters.run_string` (...
sobolevn
2025-04-07
1
-1/+1
*
gh-131238: Remove includes from pycore_interp.h (#131495)
Victor Stinner
2025-03-20
1
-4/+2
*
gh-111178: fix UBSan failures in `Modules/_interp*module.c` (GH-129779)
Bénédikt Tran
2025-02-17
1
-10/+14
*
gh-127196: Fix crash in `_interpreters`, when `shared` had invalid encodings ...
sobolevn
2025-01-09
1
-1/+6
*
gh-76785: Improved Subinterpreters Compatibility with 3.12 (2/2) (gh-126707)
Eric Snow
2024-11-12
1
-4/+13
*
gh-76785: Minor Cleanup of Exception-related Cross-interpreter State (gh-126602)
Eric Snow
2024-11-11
1
-1/+1
*
gh-126654: Fix crash in several functions in `_interpreters` module (#126678)
sobolevn
2024-11-11
1
-0/+5
*
gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457)
Eric Snow
2024-11-07
1
-13/+11
*
gh-126223: Propagate unicode errors in `_interpreters.create()` (#126224)
Peter Bierma
2024-10-31
1
-1/+5
*
Use _PyLong_IsNegative instead of _PyLong_Sign if appropriate. (GH-120493)
Serhiy Storchaka
2024-06-24
1
-1/+0
*
Remove almost all unpaired backticks in docstrings (#119231)
Geoffrey Thomas
2024-05-22
1
-1/+1
*
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers
2024-05-03
1
-0/+1
*
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)
Eric Snow
2024-04-24
1
-0/+1567