peps: b742c1c5c0bf (original) (raw)
Mercurial > peps
changeset 5742:b742c1c5c0bf
Victor Stinner victor.stinner@gmail.com | |
---|---|
date | Thu, 26 Mar 2015 09:48:47 +0100 |
parents | 7daf3bfd9586 |
children | cece102fa4b9 |
files | pep-0490.txt |
diffstat | 1 files changed, 9 insertions(+), 7 deletions(-)[+] [-] pep-0490.txt 16 |
line wrap: on
line diff
--- a/pep-0490.txt
+++ b/pep-0490.txt
@@ -129,17 +129,19 @@ Python Issues
Chain exceptions:
-* Chain exceptions in C[](#l1.7) +*
Issue #23763: Chain exceptions in C
http://bugs.python.org/issue23763_[](#l1.9) -*
Chaining exceptions at C level
- http://bugs.python.org/issue21715
_: added _PyErr_ChainExceptions()[](#l1.11) -*
zipimport: chain ImportError to OSError +*Issue #23696: zipimport: chain ImportError to OSError[](#l1.13) <http://bugs.python.org/issue23696>
_ +* `Issue #21715: Chaining exceptions at C level
- http://bugs.python.org/issue21715
_: added _PyErr_ChainExceptions()[](#l1.16) [](#l1.17) -Prevent loosing exceptions:[](#l1.18) +Changes preventing loosing exceptions:[](#l1.19) [](#l1.20) -*
Raise SystemError if a function returns a result with an exception set
- http://bugs.python.org/issue23571
_[](#l1.22) +*
Issue #23571: Raise SystemError if a function returns a result with an
- exception set http://bugs.python.org/issue23571
_[](#l1.24) +*
Issue #18408: Fixes crashes found by pyfailmalloc - http://bugs.python.org/issue18408`_ PEPs