Rename LONG_LONG to PY_LONG_LONG. Fixes #710285.
diff --git a/Misc/NEWS b/Misc/NEWS
index 0a674d2..15a0daf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -101,6 +101,8 @@
 C API
 -----
 
+- LONG_LONG was renamed to PY_LONG_LONG.
+
 - Added PyObject_SelfIter() to fill the tp_iter slot for the
   typical case where the method returns its self argument.