]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-150750: Fix a race condition in `deque.index` with free-threading (#150779)
authorsobolevn <mail@sobolevn.me>
Thu, 4 Jun 2026 13:31:31 +0000 (16:31 +0300)
committerGitHub <noreply@github.com>
Thu, 4 Jun 2026 13:31:31 +0000 (13:31 +0000)
commitd83d50b5b735cb58e175280d1c27d40c43d535b5
treebcd649e26324400030b91da8e24a2deafdfa78d0
parenta96cba5c4aa3cf859a9cacab590fc1a51d6efbbb
gh-150750: Fix a race condition in `deque.index` with free-threading (#150779)
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