]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-152951 - Fix double DECREF when `newblock` fails during deque.extend calls...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 3 Jul 2026 18:14:59 +0000 (20:14 +0200)
committerGitHub <noreply@github.com>
Fri, 3 Jul 2026 18:14:59 +0000 (18:14 +0000)
commitce373b845ce822a413ee8eb9bf161270825b38a2
treef7c77a8785f7bda7434306ccf57d6f5e9849e762
parent138dd26337efd79b3afa84044aa364d8e2c6fe82
[3.15] gh-152951 - Fix double DECREF when `newblock` fails during deque.extend calls (GH-152961) (#152971)

gh-152951 - Fix double DECREF when `newblock` fails during deque.extend calls (GH-152961)
(cherry picked from commit a90576d72c8a409f7c3ffcaefafb13945e3405ab)

Co-authored-by: Steve Stagg <stestagg@gmail.com>
Misc/NEWS.d/next/Library/2026-07-03-14-54-33.gh-issue-152951.u8tPCI.rst [new file with mode: 0644]
Modules/_collectionsmodule.c