COMMITS
/ Python/crossinterp.c 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
November 7, 2023
A
gh-111623: Add Support for Cross-interpreter tuples (gh-111628)
Anthony Shaw committed
November 6, 2023
E
gh-76785: Move _Py_excinfo Functions Out of the Internal C-API (gh-111715)
Eric Snow committed
November 3, 2023
E
gh-111684: Avoid a Compiler Warning (gh-111706)
Eric Snow committed
E
gh-76785: Minor Fixes in crossinterp.c (gh-111671)
Eric Snow committed
November 2, 2023
A
GH-111435: Add Support for Sharing True and False Between Interpreters (gh-111436)
Anthony Shaw committed
November 1, 2023
E
gh-76785: Crossinterp utils additions (gh-111530)
Eric Snow committed
October 31, 2023
A
GH-111438: Add Support for Sharing Floats Between Interpreters (gh-111439)
Anthony Shaw committed
October 30, 2023
E
gh-76785: Move the Cross-Interpreter Code to Its Own File (gh-111502)
Eric Snow committed