summaryrefslogtreecommitdiffstats
path: root/Modules/_interpqueuesmodule.c
Commit message (Expand)AuthorAgeFilesLines
* gh-140306: Fix memory leaks in cross-interpreter data handling (GH-140307)Shamil2025-10-191-1/+1
* GH-137630: Convert ``_interpqueues`` to use Argument Clinic (#137685)Adam Turner2025-09-171-217/+173
* GH-132775: Fix argument parsing for ``_interpqueues.put()`` (#137686)Adam Turner2025-08-211-1/+1
* gh-135839: Fix `module_traverse` and `module_clear` in subinterp modules (#13...sobolevn2025-06-251-4/+2
* gh-135698: Fix Cross-interpreter Queue.full() With Negative/Default max_size ...Eric Snow2025-06-201-2/+5
* gh-134939: Add the concurrent.interpreters Module (gh-133958)Eric Snow2025-06-111-7/+4
* gh-132775: Expand the Capability of Interpreter.call() (gh-133484)Eric Snow2025-05-301-4/+4
* gh-132775: Fix Recently Introduced Warnings (gh-134530)Eric Snow2025-05-221-1/+1
* gh-132775: Use _PyObject_GetXIData (With Fallback) (gh-134440)Eric Snow2025-05-221-77/+98
* gh-132775: Support Fallbacks in _PyObject_GetXIData() (gh-133482)Eric Snow2025-05-211-2/+2
* gh-132775: Cleanup Related to crossinterp.c Before Further Changes (gh-132974)Eric Snow2025-04-281-1/+1
* gh-132781: Cleanup Code Related to NotShareableError (gh-132782)Eric Snow2025-04-251-7/+4
* gh-111178: fix UBSan failures in `Modules/_interp*module.c` (GH-129779)Bénédikt Tran2025-02-171-5/+5
* gh-76785: Improved Subinterpreters Compatibility with 3.12 (2/2) (gh-126707)Eric Snow2024-11-121-3/+8
* gh-76785: Minor Cleanup of "Cross-interpreter" Code (gh-126457)Eric Snow2024-11-071-29/+24
* gh-125716: Use A Global Mutex When Initializing Global State For The _interpq...Eric Snow2024-10-211-32/+40
* gh-125716: Raise an Exception If _globals_init() Fails In the _interpqueues M...Eric Snow2024-10-211-2/+3
* gh-125667: Statically Initialize the Arg Converter Data Values in _interpqueu...Eric Snow2024-10-171-9/+9
* gh-76785: Expand How Interpreter Channels Handle Interpreter Finalization (gh...Eric Snow2024-07-151-40/+2
* gh-76785: Expand How Interpreter Queues Handle Interpreter Finalization (gh-1...Eric Snow2024-07-151-59/+184
* gh-121040: Use __attribute__((fallthrough)) (#121044)Victor Stinner2024-06-271-1/+1
* gh-116322: Add Py_mod_gil module slot (#116882)Brett Simmers2024-05-031-0/+1
* gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)Eric Snow2024-04-241-0/+1881