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 c8f71c5 commit 034ded1Copy full SHA for 034ded1
1 file changed
Misc/NEWS.d/next/Library/2026-05-19-18-25-00.gh-issue-150077.zstopen-close.rst
@@ -1,2 +1,4 @@
1
-Fix :meth:`tarfile.TarFile.zstopen` to close the zstd file object when
2
-opening the tar archive fails with a :exc:`BaseException`.
+Fix ``tarfile.TarFile.zstopen`` to close the underlying zstd file object
+when opening the tar archive is interrupted by a :exc:`BaseException`
3
+subclass such as :exc:`KeyboardInterrupt`.
4
+
0 commit comments