summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c37c556..4b7cddb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -714,6 +714,10 @@ Documentation
Extension Modules
-----------------
+- Issue #9041: An issue in ctypes.c_longdouble, ctypes.c_double, and
+ ctypes.c_float that caused an incorrect exception to be returned in the
+ case of overflow has been fixed.
+
- Issue #14212: The re module didn't retain a reference to buffers it was
scanning, resulting in segfaults.