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 0f55b0f commit 7678473Copy full SHA for 7678473
1 file changed
Misc/NEWS.d/next/Core_and_Builtins/2026-06-04-12-53-10.gh-issue-148874.r121cG.rst
@@ -0,0 +1,3 @@
1
+Ignore interrupts immediately after calling the ``__enter__`` method of a
2
+context menager in a ``with`` statement. This ensures that the ``__exit__``
3
+method is always called in a ``with`` statement.
0 commit comments