Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork().
diff --git a/Misc/NEWS b/Misc/NEWS
index 6ae6e53..20ca968 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -50,6 +50,9 @@
 Library
 -------
 
+- Issue #14308: Fix an exception when a "dummy" thread is in the threading
+  module's active list after a fork().
+
 - Issue #14538: HTMLParser can now parse correctly start tags that contain
   a bare '/'.