Issue #7544: Preallocate thread memory before creating the thread to avoid a
fatal error in low memory condition.
diff --git a/Misc/NEWS b/Misc/NEWS
index 5636528..cfdd364 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@
 Core and Builtins
 -----------------
 
+- Issue #7544: Preallocate thread memory before creating the thread to avoid
+  a fatal error in low memory condition.
+
 - Issue #7820: The parser tokenizer restores all bytes in the right if
   the BOM check fails.