]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-124397: Add free-threading support for iterators. (gh-148894)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Fri, 1 May 2026 21:31:00 +0000 (16:31 -0500)
committerGitHub <noreply@github.com>
Fri, 1 May 2026 21:31:00 +0000 (16:31 -0500)
commit91e871a3077ca44cd65e966a4fead5410074506b
tree6ea79d90688d1cdd6d8a44ff07eb9e9dbe57060e
parent323677325735373a06506e5156b7d8e0e96c9660
gh-124397: Add free-threading support for iterators. (gh-148894)
Doc/library/threading.rst
Doc/whatsnew/3.15.rst
Lib/test/test_threading.py
Lib/threading.py
Misc/NEWS.d/next/Library/2026-04-22-20-49-49.gh-issue-124397.plMglV.rst [new file with mode: 0644]