Issue #7341: Close the internal file object in the TarFile
constructor in case of an error.
diff --git a/Misc/NEWS b/Misc/NEWS
index a52e28a..d0ed47c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -440,6 +440,9 @@
 Library
 -------
 
+- Issue #7341: Close the internal file object in the TarFile constructor in
+  case of an error.
+
 - Issue #7293: distutils.test_msvc9compiler is fixed to work on any fresh
   Windows box. Help provided by David Bolen.