We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa857dc commit e515feaCopy full SHA for e515fea
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2026-04-10-16-19-23.gh-issue-148263.trqp3-.rst
@@ -1,6 +1,2 @@
1
-Fix refcount leak in weakref proxy binary/ternary operations and
2
-proxy_richcompare: when unwrapping the second or third argument fails
3
-(dead proxy), the first argument's refcount was already incremented by
4
-a prior UNWRAP but never released. Introduces UNWRAP_OR(o, cleanup),
5
-which executes cleanup before returning NULL, allowing callers to
6
-release any previously acquired references on failure.
+fix refcount leak in weakref proxy unwrapping by introducing a safe
+_proxy_unwrap helper
0 commit comments