summaryrefslogtreecommitdiffstats
path: root/Modules/_xxinterpqueuesmodule.c
Commit message (Expand)AuthorAgeFilesLines
* gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)Eric Snow2024-04-241-1881/+0
* gh-116386: Fix format string "%ld" warning in `_xxinterpqueuesmodule` (#116387)Nikita Sobolev2024-03-071-1/+1
* gh-76785: Use PRId64 to Fix a Compiler Warning on Windows (gh-116369)Eric Snow2024-03-051-2/+2
* gh-76785: Minor Improvements to "interpreters" Module (gh-116328)Eric Snow2024-03-051-62/+199
* gh-115490: Make the interpreter.channels and interpreter.queues Modules Handl...Eric Snow2024-03-041-7/+9
* gh-116102: Silence a Compiler Warning in _xxinterpqueues (gh-116230)Eric Snow2024-03-021-1/+1
* gh-116099: Fix refcounting bug in `_queueobj_shared()` (gh-116164)Brett Simmers2024-03-011-3/+1
* gh-76785: Update test.support.interpreters to Align With PEP 734 (gh-115566)Eric Snow2024-02-281-36/+89
* gh-76785: Improved Subinterpreters Compatibility with 3.12 (gh-115424)Eric Snow2024-02-131-9/+13
* gh-113172: Fix compiler warnings in Modules/_xxinterpqueuesmodule.c (GH-113173)Serhiy Storchaka2023-12-151-1/+3
* gh-76785: More Fixes for test.support.interpreters (gh-113012)Eric Snow2023-12-121-0/+1685