Skip to content

Commit 2eaf9da

Browse files
committed
Add newsfragment for gh-29
1 parent 4b917c4 commit 2eaf9da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

newsfragments/29.bugfix.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Tweaked the implementation of ``Error.unwrap`` to avoid creating a
2+
reference cycle between the exception object and the ``unwrap``
3+
method's frame. This shouldn't affect most users, but it slightly
4+
reduces the amount of work that CPython's cycle collector has to do,
5+
and may reduce GC pauses in some cases.

0 commit comments

Comments
 (0)