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 4b917c4 commit 2eaf9daCopy full SHA for 2eaf9da
newsfragments/29.bugfix.rst
@@ -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