Tin mới
gh-151763: Fix crash in `_interpqueues.create` on `MemoryError` (#152131)
gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)
gh-149921: Fix reference leaks in _interpchannels and _interpqueues modules (#149922)
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
gh-140306: Fix memory leaks in cross-interpreter data handling (GH-140307)
GH-137630: Convert ``_interpqueues`` to use Argument Clinic (#137685)
GH-132775: Fix argument parsing for ``_interpqueues.put()`` (#137686)
gh-135839: Fix `module_traverse` and `module_clear` in subinterp modules (#135937)
gh-135698: Fix Cross-interpreter Queue.full() With Negative/Default max_size (gh-135724)
gh-134939: Add the concurrent.interpreters Module (gh-133958)
gh-132775: Expand the Capability of Interpreter.call() (gh-133484)
gh-132775: Fix Recently Introduced Warnings (gh-134530)
gh-132775: Use _PyObject_GetXIData (With Fallback) (gh-134440)
gh-132775: Support Fallbacks in _PyObject_GetXIData() (gh-133482)
gh-132775: Cleanup Related to crossinterp.c Before Further Changes (gh-132974)
gh-132781: Cleanup Code Related to NotShareableError (gh-132782)
gh-111178: fix UBSan failures in `Modules/_interp*module.c` (GH-129779)
gh-76785: Improved Subinterpreters Compatibility with 3.12 (2/2) (gh-126707)
gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457)
gh-125716: Raise an Exception If _globals_init() Fails In the _interpqueues Module (gh-125802)
gh-125667: Statically Initialize the Arg Converter Data Values in _interpqueuesmodule.c (gh-125668)
gh-76785: Expand How Interpreter Channels Handle Interpreter Finalization (gh-121805)
gh-76785: Expand How Interpreter Queues Handle Interpreter Finalization (gh-116431)
gh-121040: Use __attribute__((fallthrough)) (#121044)
gh-116322: Add Py_mod_gil module slot (#116882)
gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)