summaryrefslogtreecommitdiffstats
path: root/Lib/concurrent/interpreters
Commit message (Collapse)AuthorAgeFilesLines
* [3.14] gh-136434: Fix docs generation of `UnboundItem` in subinterpreters ↵Miss Islington (bot)2025-07-111-7/+12
| | | | | | | | (GH-136435) (#136540) gh-136434: Fix docs generation of `UnboundItem` in subinterpreters (GH-136435) (cherry picked from commit 3343fce05acb29a772599ce586abd43edf40bae6) Co-authored-by: sobolevn <mail@sobolevn.me>
* [3.14] gh-136285: Improve `pickle` protocol testing in `test_interpreters` ↵Miss Islington (bot)2025-07-062-12/+4
| | | | | | | | (GH-136286) (#136333) gh-136285: Improve `pickle` protocol testing in `test_interpreters` (GH-136286) (cherry picked from commit 06e347b84648f3f8e144e8f70671d610da082b77) Co-authored-by: sobolevn <mail@sobolevn.me>
* [3.14] gh-134939: Add the concurrent.interpreters Module (gh-135414)Eric Snow2025-06-123-0/+637
PEP-734 has been accepted (for 3.14). (FTR, I'm opposed to putting this under the concurrent package, but doing so is the SC condition under which the module can land in 3.14.) (cherry picked from commit 62143736b, AKA gh-133958)