summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-06-22 20:11:09 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-06-22 20:11:09 (GMT)
commit479a38b8fdccf3148c6fde15eddcc20912929679 (patch)
treee41e0e57b9e2a7d998d71e72f392da4e9e0cfa81 /Misc
parentf4b552e7d574372a3706f181cabf2f19d4b7ddd8 (diff)
downloadcpython-479a38b8fdccf3148c6fde15eddcc20912929679.zip
cpython-479a38b8fdccf3148c6fde15eddcc20912929679.tar.gz
cpython-479a38b8fdccf3148c6fde15eddcc20912929679.tar.bz2
Merged revisions 82159 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r82159 | benjamin.peterson | 2010-06-22 14:21:52 -0500 (Tue, 22 Jun 2010) | 9 lines Merged revisions 82157 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r82157 | benjamin.peterson | 2010-06-22 14:16:37 -0500 (Tue, 22 Jun 2010) | 1 line remove INT_MAX assertions; they can fail with large Py_ssize_t #9058 ........ ................
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 4464e62..e63f266 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@ Core and Builtins
The removed code was mutating the ST, causing a second compilation
to fail.
+- Issue #9058: Remove assertions about INT_MAX in UnicodeDecodeError.
+
- Issue #8941: decoding big endian UTF-32 data in UCS-2 builds could crash
the interpreter with characters outside the Basic Multilingual Plane
(higher than 0x10000).