diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-02-01 23:00:19 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-02-01 23:00:19 (GMT) |
commit | 71cf91cc09f8639cd66af9b9cd592700a44e121b (patch) | |
tree | 5b6fa627075b01a208052fee57cea09a9798a29e /Misc/NEWS | |
parent | e74050471be8c924a80045bfff5e696e300451df (diff) | |
parent | 3675cd9db1d7eda965df81357a11dd40e41090f7 (diff) | |
download | cpython-71cf91cc09f8639cd66af9b9cd592700a44e121b.zip cpython-71cf91cc09f8639cd66af9b9cd592700a44e121b.tar.gz cpython-71cf91cc09f8639cd66af9b9cd592700a44e121b.tar.bz2 |
merge 3.4 (#23369)
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |