]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-144809: Make deque copy atomic in free-threaded build (gh-144966) (#145053)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 20 Feb 2026 20:47:46 +0000 (21:47 +0100)
committerGitHub <noreply@github.com>
Fri, 20 Feb 2026 20:47:46 +0000 (15:47 -0500)
commit07dbda5a57b7bd33ce78170ffe38160bdf0cbf2a
tree39ff62806720cb0227bd3be30add4d6a7978559e
parente69501969be6c0dd44e7321f99e22f5499e98ce5
[3.14] gh-144809: Make deque copy atomic in free-threaded build (gh-144966) (#145053)

(cherry picked from commit 70da972f97ec799dc7d7ab069fe195455f2f81b2)

Co-authored-by: Sam Gross <colesbury@gmail.com>
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