summaryrefslogtreecommitdiffstats
path: root/Lib/concurrent/interpreters
Commit message (Expand)AuthorAgeFilesLines
* Fix pyflakes warnings: variable is assigned to but never used (#142294)Victor Stinner2025-12-081-3/+3
* gh-135729: Store reference to globals in `Interpreter._decref` (GH-139104)Peter Bierma2025-09-181-2/+7
* gh-138253: Fix compatibility of sub-interpreters queues with queue.Queue (GH-...Serhiy Storchaka2025-09-021-4/+8
* gh-136434: Fix docs generation of `UnboundItem` in subinterpreters (#136435)sobolevn2025-07-111-7/+12
* gh-136285: Improve `pickle` protocol testing in `test_interpreters` (#136286)sobolevn2025-07-062-12/+4
* gh-134939: Add the concurrent.interpreters Module (gh-133958)Eric Snow2025-06-113-0/+636