COMMITS
/ Python/crossinterp.c April 6, 2026
J
gh-148072: Cache pickle.dumps/loads per interpreter in XIData (GH-148125)
Junya Fukuda committed
March 10, 2026
P
gh-145376: Fix refleaks and double decref for code in Python/ (#145666)
Pieter Eendebak committed
March 3, 2026
J
gh-145376: Fix various reference leaks (GH-145377)
Jelle Zijlstra committed
January 10, 2026
B
gh-143377: fix crashes in `_interpreters.capture_exception` (#143418)
Bénédikt Tran committed
December 12, 2025
W
fix typos in crossinterp.c and qsbr.c (#142612)
wangjingcun committed
October 19, 2025
June 24, 2025
B
June 18, 2025
E
gh-133485: Use interpreters.Interpreter in InterpreterPoolExecutor (gh-133957)
Eric Snow committed
June 17, 2025
E
gh-132775: Fix Interpreter.call() __main__ Visibility (gh-135595)
Eric Snow committed
June 16, 2025
S
gh-135513: Fix unused variable warning in `crossinterp.c` (#135514)
sobolevn committed
June 13, 2025
E
gh-132775: Clean Up Cross-Interpreter Error Handling (gh-135369)
Eric Snow committed
May 30, 2025
E
gh-132775: Expand the Capability of Interpreter.call() (gh-133484)
Eric Snow committed
May 26, 2025
May 22, 2025
E
gh-132775: Fix Recently Introduced Warnings (gh-134530)
Eric Snow committed
E
gh-132775: Make _PyXI_session Opaque (gh-134452)
Eric Snow committed
E
gh-132775: Use _PyObject_GetXIData (With Fallback) (gh-134440)
Eric Snow committed
May 21, 2025
E
gh-132775: Support Fallbacks in _PyObject_GetXIData() (gh-133482)
Eric Snow committed
May 12, 2025
E
gh-132775: Add _PyFunction_GetXIData() (gh-133481)
Eric Snow committed
May 8, 2025
E
gh-132775: Add _PyCode_GetScriptXIData() (gh-133480)
Eric Snow committed
May 5, 2025
E
April 30, 2025
E
gh-132775: Add _PyPickle_GetXIData() (gh-133107)
Eric Snow committed
April 28, 2025
E
gh-132775: Add _PyMarshal_GetXIData() (gh-133108)
Eric Snow committed
E
gh-132775: Add _PyBytes_GetXIData() (gh-133101)
Eric Snow committed
E
gh-132775: Drop PyUnstable_InterpreterState_GetMainModule() (gh-132978)
Eric Snow committed
E
gh-132775: Cleanup Related to crossinterp.c Before Further Changes (gh-132974)
Eric Snow committed
April 25, 2025
E
gh-132781: Cleanup Code Related to NotShareableError (gh-132782)
Eric Snow committed
E
gh-132776: Revert Moving memoryview XIData Code to memoryobject.c (gh-132960)
Eric Snow committed
E
gh-132776: Cleanup for XIBufferViewType (gh-132821)
Eric Snow committed
March 20, 2025
V
gh-131238: Remove includes from pycore_interp.h (#131495)
Victor Stinner committed
February 5, 2025
V
gh-128911: Use PyImport_ImportModuleAttr() function (#129657)
Victor Stinner committed
January 31, 2025
V
gh-129354: Fix grammar in PyErr_FormatUnraisable() (#129475)
Victor Stinner committed
December 1, 2024
P
gh-127165: Disallow embedded NULL characters in `_interpreters` (#127199)
Peter Bierma committed
November 19, 2024
E
gh-126986: Drop _PyInterpreterState_FailIfNotRunning() (gh-126988)
Eric Snow committed
November 12, 2024
E
gh-76785: Improved Subinterpreters Compatibility with 3.12 (2/2) (gh-126707)
Eric Snow committed
November 11, 2024
E
gh-76785: Improved Subinterpreters Compatibility with 3.12 (1/2) (gh-126704)
Eric Snow committed
E
gh-76785: Minor Cleanup of Exception-related Cross-interpreter State (gh-126602)
Eric Snow committed
November 7, 2024
E
gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457)
Eric Snow committed
August 1, 2024
J
Fix typos in docs, error messages and comments (#122502)
jianghuyiyuan committed
June 27, 2024
V
gh-121040: Use __attribute__((fallthrough)) (#121044)
Victor Stinner committed
June 25, 2024
E
gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121010)
Eric Snow committed
April 11, 2024
E
gh-76785: Handle Legacy Interpreters Properly (gh-117490)
Eric Snow committed
E
gh-76785: Add More Tests to test_interpreters.test_api (gh-117662)
Eric Snow committed
April 3, 2024
E
gh-76785: Raise InterpreterError, Not RuntimeError (gh-117489)
Eric Snow committed
March 14, 2024
V
gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)
Victor Stinner committed
February 13, 2024
E
gh-76785: Improved Subinterpreters Compatibility with 3.12 (gh-115424)
Eric Snow committed
December 13, 2023
E
E
gh-76785: Show the Traceback for Uncaught Subinterpreter Exceptions (gh-113034)
Eric Snow committed
December 12, 2023
E
gh-76785: Fixes for test.support.interpreters (gh-112982)
Eric Snow committed
December 7, 2023
S
gh-111924: Use PyMutex for Runtime-global Locks. (gh-112207)
Sam Gross committed
November 23, 2023
E
gh-76785: Return an "excinfo" Object From Interpreter.run() (gh-111573)
Eric Snow committed