]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-150178: Fix refcount leaks in hamt allocation failure paths (GH-150179...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 23 May 2026 19:27:27 +0000 (21:27 +0200)
committerGitHub <noreply@github.com>
Sat, 23 May 2026 19:27:27 +0000 (19:27 +0000)
commit6b17d1a783d3c0a9c8a35a94e24a2987807728ef
tree1b5249274c236f26b1fa4857737e04fe7576e393
parent6f993631501eef77ab4bad6a4f9b5ea1f6351c89
[3.15] gh-150178: Fix refcount leaks in hamt allocation failure paths (GH-150179) (#150303)

gh-150178: Fix refcount leaks in hamt allocation failure paths (GH-150179)
(cherry picked from commit 32823af153b76b7042fbce28ea8a6e0c3c4f1ca8)

Co-authored-by: pengyu lee <lipengyu@kylinos.cn>
Python/hamt.c