Issue #9501: Fixed logging regressions in cleanup code.
diff --git a/Misc/NEWS b/Misc/NEWS
index d4fb9f2..ed9c192 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -31,6 +31,8 @@
 Library
 -------
 
+- Issue #9501: Fixed logging regressions in cleanup code.
+
 - Issue #9214: Set operations on KeysView or ItemsView in the collections
   module now correctly return a set.  (Patch by Eli Bendersky.)