Skip to content

Commit fa857dc

Browse files
Revert "fix lint issues"
This reverts commit b432655.
1 parent c657d09 commit fa857dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Misc/NEWS.d/next/Core_and_Builtins/2026-04-10-16-19-23.gh-issue-148263.trqp3-.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ proxy_richcompare: when unwrapping the second or third argument fails
33
(dead proxy), the first argument's refcount was already incremented by
44
a prior UNWRAP but never released. Introduces UNWRAP_OR(o, cleanup),
55
which executes cleanup before returning NULL, allowing callers to
6-
release any previously acquired references on failure.
6+
release any previously acquired references on failure.

0 commit comments

Comments
 (0)