(original) (raw)
changeset: 5742:b742c1c5c0bf user: Victor Stinner victor.stinner@gmail.com date: Thu Mar 26 09:48:47 2015 +0100 files: pep-0490.txt description: PEP 490: add issue 18408 diff -r 7daf3bfd9586 -r b742c1c5c0bf pep-0490.txt --- a/pep-0490.txt Thu Mar 26 09:08:08 2015 +0100 +++ b/pep-0490.txt Thu Mar 26 09:48:47 2015 +0100 @@ -129,17 +129,19 @@ Chain exceptions: -* `Chain exceptions in C +* `Issue #23763: Chain exceptions in C`_ -* `Chaining exceptions at C level - `_: added _PyErr_ChainExceptions() -* `zipimport: chain ImportError to OSError +* `Issue #23696: zipimport: chain ImportError to OSError`_ +* `Issue #21715: Chaining exceptions at C level + `_: added _PyErr_ChainExceptions() -Prevent loosing exceptions: +Changes preventing loosing exceptions: -* `Raise SystemError if a function returns a result with an exception set - `_ +* `Issue #23571: Raise SystemError if a function returns a result with an + exception set `_ +* `Issue #18408: Fixes crashes found by pyfailmalloc + `_ PEPs/victor.stinner@gmail.com