]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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 09:24:11 +0000 (11:24 +0200)
committerGitHub <noreply@github.com>
Sat, 23 May 2026 09:24:11 +0000 (14:54 +0530)
commit95c93239be9d6e7f047ab3fba41b6bff3e9aca0c
treec0c89870fff9c61a852d094baf343cea94452cff
parent7388a6734064bb85f840b002f9d25d9e7c851fc9
[3.13] gh-150178: Fix refcount leaks in hamt allocation failure paths (GH-150179) (#150301)

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