diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-06-27 20:01:51 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-06-27 20:01:51 (GMT) |
commit | 7b78d4364da086baf77202e6e9f6839128a366ff (patch) | |
tree | 8d0fa068254a2d92fc9bfd5df7bfbceaa7be5e71 /Misc/NEWS | |
parent | 758d60baaa3c041d0982c84d514719ab197bd6ed (diff) | |
download | cpython-7b78d4364da086baf77202e6e9f6839128a366ff.zip cpython-7b78d4364da086baf77202e6e9f6839128a366ff.tar.gz cpython-7b78d4364da086baf77202e6e9f6839128a366ff.tar.bz2 |
prevent integer overflow in escape_unicode (closes #24522)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ Core and Builtins Library ------- +- Issue #24522: Fix possible integer overflow in json accelerator module. + - Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). - Issue #24408: Fixed AttributeError in measure() and metrics() methods of |