summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-02-01 23:00:19 (GMT)
committerBenjamin Peterson <benjamin@python.org>2015-02-01 23:00:19 (GMT)
commit71cf91cc09f8639cd66af9b9cd592700a44e121b (patch)
tree5b6fa627075b01a208052fee57cea09a9798a29e /Misc/NEWS
parente74050471be8c924a80045bfff5e696e300451df (diff)
parent3675cd9db1d7eda965df81357a11dd40e41090f7 (diff)
downloadcpython-71cf91cc09f8639cd66af9b9cd592700a44e121b.zip
cpython-71cf91cc09f8639cd66af9b9cd592700a44e121b.tar.gz
cpython-71cf91cc09f8639cd66af9b9cd592700a44e121b.tar.bz2
merge 3.4 (#23369)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9552e29..40c0f01 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -229,6 +229,9 @@ Library
- Issue #23326: Removed __ne__ implementations. Since fixing default __ne__
implementation in issue #21408 they are redundant.
+- Issue #23369: Fixed possible integer overflow in
+ _json.encode_basestring_ascii.
+
- Issue #23353: Fix the exception handling of generators in
PyEval_EvalFrameEx(). At entry, save or swap the exception state even if
PyEval_EvalFrameEx() is called with throwflag=0. At exit, the exception state