diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2014-02-09 00:43:21 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2014-02-09 00:43:21 (GMT) |
commit | d979e4335d02bee7301c2b2dec61fe2155fbae98 (patch) | |
tree | 03a43ccec3f7109d73c48f3782500be9c6579be5 /Misc/NEWS | |
parent | c9d1a6b85eb9cb1ddd520cefc5f0c7a21a1b1e2c (diff) | |
download | cpython-d979e4335d02bee7301c2b2dec61fe2155fbae98.zip cpython-d979e4335d02bee7301c2b2dec61fe2155fbae98.tar.gz cpython-d979e4335d02bee7301c2b2dec61fe2155fbae98.tar.bz2 |
Close #20500: Don't trigger PyObject_Str assertion at shutdown
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -10,7 +10,10 @@ Release date: 2014-02-09 Core and Builtins ----------------- -- Issue #20538: UTF-7 incremental decoder produced inconsistant string when +- Issue #20500: Displaying an exception at interpreter shutdown no longer + risks triggering an assertion failure in PyObject_Str. + +- Issue #20538: UTF-7 incremental decoder produced inconsistent string when input was truncated in BASE64 section. - Issue #20404: io.TextIOWrapper (and hence the open() builtin) now uses the |