]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:08:00 +0000 (20:08 +0200)
committerGitHub <noreply@github.com>
Fri, 3 Jul 2026 18:08:00 +0000 (18:08 +0000)
commit584a46491aca20c9211f54a85efff429e5d564fc
tree86ce0342b71e98b4836a344b4a474bdb320e0a10
parentec6c89c9051ac7323d26ccd827bc0bbd02d1ed32
[3.13] gh-152951 - Fix double DECREF when `newblock` fails during deque.extend calls (GH-152961) (#152973)

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