]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-115243: Fix crash in deque.index() when the deque is concurrently modified...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 14 Feb 2024 17:21:12 +0000 (18:21 +0100)
committerGitHub <noreply@github.com>
Wed, 14 Feb 2024 17:21:12 +0000 (17:21 +0000)
commit0e07ebdba468c652388af3bd78cfa8091e5e9964
tree0fece839af86cda57a91cfb1f87f87392b1a6b20
parent7b94f47e68f7a1c92a1e60199a4bb5e520dd2eae
[3.11] gh-115243: Fix crash in deque.index() when the deque is concurrently modified (GH-115247) (GH-115466)

(cherry picked from commit 671360161f0b7a5ff4c1d062e570962e851b4bde)

Co-authored-by: kcatss <kcats9731@gmail.com>
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