COMMITS
/ Include/internal/pycore_crossinterp.h April 6, 2026
J
gh-148072: Cache pickle.dumps/loads per interpreter in XIData (GH-148125)
Junya Fukuda 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 22, 2025
E
gh-132775: Make _PyXI_session Opaque (gh-134452)
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
gh-132775: Add _PyCode_GetXIData() (gh-133475)
Eric Snow committed
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: 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
March 19, 2025
V
gh-131238: Remove pycore_lock.h includes (#131483)
Victor Stinner 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
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
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
November 6, 2023
E
gh-76785: Move _Py_excinfo Functions Out of the Internal C-API (gh-111715)
Eric Snow committed
November 1, 2023
E
gh-76785: Crossinterp utils additions (gh-111530)
Eric Snow committed
October 30, 2023
E
gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502)
Eric Snow committed