Issue #12573: Add resource checks for dangling Thread and Process objects.
diff --git a/Misc/NEWS b/Misc/NEWS
index a30f132..00bce49 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -67,6 +67,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.