commit | b91338960e1abafbf9328a700227b0e3f59a2226 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Jun 22 19:16:37 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Jun 22 19:16:37 2010 +0000 |
tree | 12f7e8e7c09027225e74614959a46baa32bf3339 | |
parent | bde67df0cd4de5e034c2cf4bd43c0d5657649942 [diff] [blame] |
remove INT_MAX assertions; they can fail with large Py_ssize_t #9058
diff --git a/Misc/NEWS b/Misc/NEWS index feab9c5..cb60239 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -24,6 +24,8 @@ Core and Builtins ----------------- +- Issue #9058: Remove assertions about INT_MAX in UnicodeDecodeError. + - Issue #8202: Previous change to ``sys.argv[0]`` handling for -m command line option reverted due to unintended side effects on handling of ``sys.path``. See tracker issue for details.