Issue #12573: Add resource checks for dangling Thread and Process objects.
diff --git a/Misc/NEWS b/Misc/NEWS
index 8067521..e75de01 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1036,6 +1036,8 @@
 Tests
 -----
 
+- Issue #12573: Add resource checks for dangling Thread and Process objects.
+
 - Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'
   as the processor type on some Mac systems.