Issue #7788: Fix a crash produced by deleting a list slice with huge
step value. Patch by Marcin Bachry.
diff --git a/Misc/NEWS b/Misc/NEWS
index 2bdd5a5..e19d902 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@
Core and Builtins
-----------------
+- Issue #7788: Fix an interpreter crash produced by deleting a list
+ slice with very large step value.
+
- Issue #7766: Change sys.getwindowsversion() return value to a named
tuple and add the additional members returned in an OSVERSIONINFOEX
structure. The new members are service_pack_major, service_pack_minor,