Issue #23985: Fixed integer overflow in iterator object. Original patch by
Clement Rouault.
diff --git a/Misc/ACKS b/Misc/ACKS
index 2262c79..8187174 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1159,6 +1159,7 @@
Just van Rossum
Hugo van Rossum
Saskia van Rossum
+Clement Rouault
Donald Wallace Rouse II
Liam Routt
Todd Rovito
diff --git a/Misc/NEWS b/Misc/NEWS
index 2bb7c2d..0e41300 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@
Core and Builtins
-----------------
+- Issue #23985: Fixed integer overflow in iterator object. Original patch by
+ Clement Rouault.
+
- Issue #24102: Fixed exception type checking in standard error handlers.
Library