diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-02-28 03:16:11 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-02-28 03:16:11 (GMT) |
commit | 3263f6874a96c7b2862bd91460a28e66ac039dbe (patch) | |
tree | 7a730e6a8890fa5909b5500966cc838eac4862a5 /Misc/NEWS | |
parent | 738f88f688b7e490725bdcc9186a888998ca0370 (diff) | |
download | cpython-3263f6874a96c7b2862bd91460a28e66ac039dbe.zip cpython-3263f6874a96c7b2862bd91460a28e66ac039dbe.tar.gz cpython-3263f6874a96c7b2862bd91460a28e66ac039dbe.tar.bz2 |
Issue #22836: Keep exception reports sensible despite errors
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -10,6 +10,11 @@ Release date: tba Core and Builtins ----------------- +- Issue #22836: Ensure exception reports from PyErr_Display() and + PyErr_WriteUnraisable() are sensible even when formatting them produces + secondary errors. This affects the reports produced by + sys.__excepthook__() and when __del__() raises an exception. + - Issue #26302: Correct behavior to reject comma as a legal character for cookie names. |