Issue #16445: Fix potential segmentation fault when deleting an exception message.
diff --git a/Misc/NEWS b/Misc/NEWS
index 78d52f0..4f6fdca 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,9 @@
 Core and Builtins
 -----------------
 
+- Issue #16445: Fixed potential segmentation fault when deleting an exception
+  message.
+
 - Issue #17275: Corrected class name in init error messages of the C version of
   BufferedWriter and BufferedRandom.