Issue #16447: Fix potential segfault when setting __name__ on a class.
diff --git a/Misc/NEWS b/Misc/NEWS
index ee5393c..cb0dfc8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,6 +17,9 @@
 Core and Builtins
 -----------------
 
+- Issue #16447: Fixed potential segmentation fault when setting __name__ on a
+  class.
+
 - Issue #17610: Don't rely on non-standard behavior of the C qsort() function.
 
 Library