[Python-checkins] peps: PEP 475: another signal issue

victor.stinner python-checkins at python.org
Mon Jul 28 15:02:44 CEST 2014


http://hg.python.org/peps/rev/3a589f5bd312
changeset:   5510:3a589f5bd312
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Mon Jul 28 15:02:38 2014 +0200
summary:
  PEP 475: another signal issue

files:
  pep-0475.txt |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/pep-0475.txt b/pep-0475.txt
--- a/pep-0475.txt
+++ b/pep-0475.txt
@@ -380,6 +380,8 @@
 
 Open issues:
 
+* `signal.default_int_handler should set signal number on the raised
+  exception <http://bugs.python.org/issue17182>`_
 * `expose signalfd(2) in the signal module
   <http://bugs.python.org/issue12304>`_
 * `missing return in win32_kill?

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


More information about the Python-checkins mailing list