◐ Shell
clean mode source ↗

gh-150178: Fix refcount leaks in hamt allocation failure paths by lpyu001 · Pull Request #150179 · python/cpython

@lpyu001

@lpyu001 lpyu001 commented

May 21, 2026

edited by bedevere-app Bot

Loading

@picnixz picnixz changed the title gh-150178:Fix refcount leaks in hamt allocation failure paths gh-150178: Fix refcount leaks in hamt allocation failure paths

May 21, 2026

@aisk

The fix looks good to me. However, I think the NEWS entry is too internal-facing, and it's a rare-case fix, so I don't think we need a NEWS entry for it.

@lpyu001

The fix looks good to me. However, I think the NEWS entry is too internal-facing, and it's a rare-case fix, so I don't think we need a NEWS entry for it.

thanks for your comments, I've delete NEWS

aisk

aisk approved these changes May 21, 2026

kumaraditya303

@miss-islington-app

Thanks @lpyu001 for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

@miss-islington-app

Thanks @lpyu001 for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14.
🐍🍒⛏🤖

@miss-islington-app

Thanks @lpyu001 for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.15.
🐍🍒⛏🤖

@bedevere-app