]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-150750: Fix a race condition in `deque.index` with free-threading (GH-15077...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 4 Jun 2026 13:56:55 +0000 (15:56 +0200)
committerGitHub <noreply@github.com>
Thu, 4 Jun 2026 13:56:55 +0000 (13:56 +0000)
commit2d3d11c14d0eca6da0addb9aed5a327682f582a8
tree58708acb999259d5c138a38bef5e7281c3a0049c
parent35ec25553e7ab13c7a3ad90a3ecd2bc27a8fcd5e
[3.14] gh-150750: Fix a race condition in `deque.index` with free-threading (GH-150779) (#150921)

gh-150750: Fix a race condition in `deque.index` with free-threading (GH-150779)
(cherry picked from commit d83d50b5b735cb58e175280d1c27d40c43d535b5)

Co-authored-by: sobolevn <mail@sobolevn.me>
Lib/test/test_deque.py
Lib/test/test_free_threading/test_collections.py
Misc/NEWS.d/next/Library/2026-06-02-14-21-46.gh-issue-150750.SVS2o0.rst [new file with mode: 0644]
Modules/_collectionsmodule.c
Modules/clinic/_collectionsmodule.c.h
Modules/posixmodule.c