]> granicus.if.org Git - python/commit
Issue #16105: When a signal handler fails to write to the file descriptor registered...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 17 Aug 2013 18:27:56 +0000 (20:27 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 17 Aug 2013 18:27:56 +0000 (20:27 +0200)
commit6f6ec37838b424c5d5ccef9a640ad02b7d1cb92f
treeea727add92c9765d5e33d37a563a3d0deba30e4e
parentf920a1c1f132adb10fe81ea430f08c7b61d5cc9d
Issue #16105: When a signal handler fails to write to the file descriptor registered with ``signal.set_wakeup_fd()``, report an exception instead of ignoring the error.
Lib/test/test_signal.py
Misc/NEWS
Modules/signalmodule.c