]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144809: Make deque copy atomic in free-threaded build (gh-144966)
authorSam Gross <colesbury@gmail.com>
Fri, 20 Feb 2026 19:31:58 +0000 (14:31 -0500)
committerGitHub <noreply@github.com>
Fri, 20 Feb 2026 19:31:58 +0000 (14:31 -0500)
commit70da972f97ec799dc7d7ab069fe195455f2f81b2
tree8ac732597f03fcccd43f9085bfc09c1ec2873654
parent75c57531996afabf3bc551c4add4ba1e9e9ce827
gh-144809: Make deque copy atomic in free-threaded build (gh-144966)
Lib/test/test_free_threading/test_collections.py [new file with mode: 0644]
Misc/NEWS.d/next/Library/2026-02-18-00-00-00.gh-issue-144809.nYpEUx.rst [new file with mode: 0644]
Modules/_collectionsmodule.c