Issue #14387: Do not include accu.h from Python.h.
diff --git a/Misc/NEWS b/Misc/NEWS
index 1c1bf16..c14e999 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -93,6 +93,8 @@
 Build
 -----
 
+- Issue #14387: Do not include accu.h from Python.h.
+
 - Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined.
   Based on patch from Hervé Coatanhay.