Patch #1686451: Fix return type for PySequence_{Count,Index,Fast_GET_SIZE}.
Will backport.
diff --git a/Misc/NEWS b/Misc/NEWS
index fdada8d..1f1caee 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -711,6 +711,9 @@
 Documentation
 -------------
 
+- Patch #1686451: Fix return type for
+  PySequence_{Count,Index,Fast_GET_SIZE}.
+
 - Patch #1679379: add documentation for fnmatch.translate().
 
 - Bug #1629566: clarify the docs on the return values of parsedate()