]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #8407: The signal handler writes the signal number as a single byte
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 8 May 2011 00:03:15 +0000 (02:03 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 8 May 2011 00:03:15 +0000 (02:03 +0200)
commitd49b1f14de90ce31bb0777ac232c0ee1ec5ed6ce
treea201ad26f808cf4d1cefa8f57fe397e88d1afc77
parentb3e7219abfdb52321b7e8f1f57499ece23a7d2f8
Issue #8407: The signal handler writes the signal number as a single byte
instead of a nul byte into the wakeup file descriptor. So it is possible to
wait more than one signal and know which signals were raised.
Doc/library/signal.rst
Doc/whatsnew/3.3.rst
Lib/test/test_signal.py
Misc/NEWS
Modules/signalmodule.c