]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115243: Fix crash in deque.index() when the deque is concurrently modified (GH...
authorkcatss <kcats9731@gmail.com>
Wed, 14 Feb 2024 16:08:26 +0000 (01:08 +0900)
committerGitHub <noreply@github.com>
Wed, 14 Feb 2024 16:08:26 +0000 (16:08 +0000)
commit671360161f0b7a5ff4c1d062e570962e851b4bde
tree35a1478dce33d64c60507acbb843c822dad9abd2
parent81e140d10b77f0a41a5581412e3f3471cc77981f
gh-115243: Fix crash in deque.index() when the deque is concurrently modified (GH-115247)
Lib/test/test_deque.py
Misc/NEWS.d/next/Security/2024-02-12-00-33-01.gh-issue-115243.e1oGX8.rst [new file with mode: 0644]
Modules/_collectionsmodule.c