summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-09-29 23:01:18 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-09-29 23:01:18 (GMT)
commitf8c4b3a730461c10766f66784c268ce0d923ad39 (patch)
tree2286e3d9082e6c26f440409f1142a38bc0333dd1 /Misc
parentb2c432845c3f0e112487596c5538a0f099f51c7c (diff)
downloadcpython-f8c4b3a730461c10766f66784c268ce0d923ad39.zip
cpython-f8c4b3a730461c10766f66784c268ce0d923ad39.tar.gz
cpython-f8c4b3a730461c10766f66784c268ce0d923ad39.tar.bz2
fix overflow checking in PyString_Repr (closes #22519)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 686db0f..47de844 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 2.7.9?
Core and Builtins
-----------------
+- Issue #22519: Fix overflow checking in PyString_Repr.
+
- Issue #22518: Fix integer overflow issues in latin-1 encoding.
- Issue #22379: Fix empty exception message in a TypeError raised in