diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-09-29 23:01:18 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-09-29 23:01:18 (GMT) |
commit | f8c4b3a730461c10766f66784c268ce0d923ad39 (patch) | |
tree | 2286e3d9082e6c26f440409f1142a38bc0333dd1 /Misc | |
parent | b2c432845c3f0e112487596c5538a0f099f51c7c (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |