]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-150178: Fix refcount leaks in hamt allocation failure paths (GH-150179...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 24 May 2026 07:42:21 +0000 (09:42 +0200)
committerGitHub <noreply@github.com>
Sun, 24 May 2026 07:42:21 +0000 (07:42 +0000)
commit5676bfcf859529b9ddd9a74b3199f2d932992458
tree4a04d39707c9035773778fbc30fd92b7fe09a26d
parent86ffaf125f50c56574fe936dd058fb8afc3b68db
[3.14] gh-150178: Fix refcount leaks in hamt allocation failure paths (GH-150179) (#150302)

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