Skip to content

Commit e515fea

Browse files
Revert "update blurb for the current scope"
This reverts commit 46d8678.
1 parent fa857dc commit e515fea

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed
Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
1+
fix refcount leak in weakref proxy unwrapping by introducing a safe
2+
_proxy_unwrap helper

0 commit comments

Comments
 (0)