[Python-checkins] peps: PEP 490: add issue 18408

victor.stinner python-checkins at python.org
Thu Mar 26 09:49:23 CET 2015


https://hg.python.org/peps/rev/b742c1c5c0bf
changeset:   5742:b742c1c5c0bf
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Thu Mar 26 09:48:47 2015 +0100
summary:
  PEP 490: add issue 18408

files:
  pep-0490.txt |  16 +++++++++-------
  1 files changed, 9 insertions(+), 7 deletions(-)


diff --git a/pep-0490.txt b/pep-0490.txt
--- a/pep-0490.txt
+++ b/pep-0490.txt
@@ -129,17 +129,19 @@
 
 Chain exceptions:
 
-* `Chain exceptions in C
+* `Issue #23763: Chain exceptions in C
   <http://bugs.python.org/issue23763>`_
-* `Chaining exceptions at C level
+* `Issue #23696: zipimport: chain ImportError to OSError
+  <http://bugs.python.org/issue23696>`_
+* `Issue #21715: Chaining exceptions at C level
   <http://bugs.python.org/issue21715>`_: added _PyErr_ChainExceptions()
-* `zipimport: chain ImportError to OSError
-  <http://bugs.python.org/issue23696>`_
 
-Prevent loosing exceptions:
+Changes preventing loosing exceptions:
 
-* `Raise SystemError if a function returns a result with an exception set
-  <http://bugs.python.org/issue23571>`_
+* `Issue #23571: Raise SystemError if a function returns a result with an
+  exception set <http://bugs.python.org/issue23571>`_
+* `Issue #18408: Fixes crashes found by pyfailmalloc
+  <http://bugs.python.org/issue18408>`_
 
 
 PEPs

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list