PEP 475: another signal issue

This commit is contained in:
Victor Stinner 2014-07-28 15:02:38 +02:00
parent 838e2c816f
commit 07b6aa32ea
1 changed files with 2 additions and 0 deletions

View File

@ -380,6 +380,8 @@ Python issues related to signals
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?