aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/crossinterp.c
Commit message (Expand)AuthorAge
* gh-132775: Add _PyCode_GetScriptXIData() (gh-133480)Eric Snow2025-05-08
* gh-132775: Do Not Set __name__ to __main__ With _PyPickle_GetXIData() (gh-133...Eric Snow2025-05-05
* gh-132775: Add _PyPickle_GetXIData() (gh-133107)Eric Snow2025-04-30
* gh-132775: Add _PyMarshal_GetXIData() (gh-133108)Eric Snow2025-04-28
* gh-132775: Add _PyBytes_GetXIData() (gh-133101)Eric Snow2025-04-28
* gh-132775: Drop PyUnstable_InterpreterState_GetMainModule() (gh-132978)Eric Snow2025-04-28
* gh-132775: Cleanup Related to crossinterp.c Before Further Changes (gh-132974)Eric Snow2025-04-28
* gh-132781: Cleanup Code Related to NotShareableError (gh-132782)Eric Snow2025-04-25
* gh-132776: Revert Moving memoryview XIData Code to memoryobject.c (gh-132960)Eric Snow2025-04-25
* gh-132776: Cleanup for XIBufferViewType (gh-132821)Eric Snow2025-04-24
* gh-131238: Remove includes from pycore_interp.h (#131495)Victor Stinner2025-03-20
* gh-128911: Use PyImport_ImportModuleAttr() function (#129657)Victor Stinner2025-02-05
* gh-129354: Fix grammar in PyErr_FormatUnraisable() (#129475)Victor Stinner2025-01-31
* gh-127165: Disallow embedded NULL characters in `_interpreters` (#127199)Peter Bierma2024-12-01
* gh-126986: Drop _PyInterpreterState_FailIfNotRunning() (gh-126988)Eric Snow2024-11-19
* gh-76785: Improved Subinterpreters Compatibility with 3.12 (2/2) (gh-126707)Eric Snow2024-11-12
* gh-76785: Improved Subinterpreters Compatibility with 3.12 (1/2) (gh-126704)Eric Snow2024-11-11
* gh-76785: Minor Cleanup of Exception-related Cross-interpreter State (gh-126602)Eric Snow2024-11-11
* gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457)Eric Snow2024-11-07
* Fix typos in docs, error messages and comments (#122502)jianghuyiyuan2024-08-01
* gh-121040: Use __attribute__((fallthrough)) (#121044)Victor Stinner2024-06-27
* gh-120838: Add _PyThreadState_WHENCE_FINI (gh-121010)Eric Snow2024-06-25
* gh-76785: Handle Legacy Interpreters Properly (gh-117490)Eric Snow2024-04-11
* gh-76785: Add More Tests to test_interpreters.test_api (gh-117662)Eric Snow2024-04-10
* gh-76785: Raise InterpreterError, Not RuntimeError (gh-117489)Eric Snow2024-04-03
* gh-111696, PEP 737: Add PyType_GetModuleName() function (#116824)Victor Stinner2024-03-14
* gh-76785: Improved Subinterpreters Compatibility with 3.12 (gh-115424)Eric Snow2024-02-13
* gh-76785: Avoid Pickled TracebackException for Propagated Subinterpreter Exce...Eric Snow2023-12-13
* gh-76785: Show the Traceback for Uncaught Subinterpreter Exceptions (gh-113034)Eric Snow2023-12-13
* gh-76785: Fixes for test.support.interpreters (gh-112982)Eric Snow2023-12-12
* gh-111924: Use PyMutex for Runtime-global Locks. (gh-112207)Sam Gross2023-12-07
* gh-76785: Return an "excinfo" Object From Interpreter.run() (gh-111573)Eric Snow2023-11-23
* gh-111623: Add Support for Cross-interpreter tuples (gh-111628)Anthony Shaw2023-11-07
* gh-76785: Move _Py_excinfo Functions Out of the Internal C-API (gh-111715)Eric Snow2023-11-06
* gh-111684: Avoid a Compiler Warning (gh-111706)Eric Snow2023-11-03
* gh-76785: Minor Fixes in crossinterp.c (gh-111671)Eric Snow2023-11-03
* GH-111435: Add Support for Sharing True and False Between Interpreters (gh-11...Anthony Shaw2023-11-02
* gh-76785: Crossinterp utils additions (gh-111530)Eric Snow2023-11-01
* GH-111438: Add Support for Sharing Floats Between Interpreters (gh-111439)Anthony Shaw2023-10-31
* gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502)Eric Snow2023-10-30