Patch #1733960: Allow T_LONGLONG to accept ints.
Will backport to 2.5.
diff --git a/Misc/NEWS b/Misc/NEWS
index ad5fd5c..699f723 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and builtins
 -----------------
 
+- Patch #1733960: Allow T_LONGLONG to accept ints.
+
 - Prevent expandtabs() on string and unicode objects from causing a segfault when
   a large width is passed on 32-bit platforms.