]> granicus.if.org Git - python/commit
Issue 1089358. Adds the siginterrupt() function, that is just a
authorFacundo Batista <facundobatista@gmail.com>
Sat, 23 Feb 2008 15:07:35 +0000 (15:07 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Sat, 23 Feb 2008 15:07:35 +0000 (15:07 +0000)
commit7e251e83d5b488904212f91bace1322d12475803
tree29f24e91e6a5261772816d5b500937b59e9a819d
parent57826cf9f8c1d75da8d7d0e27f564adb441329ad
Issue 1089358.  Adds the siginterrupt() function, that is just a
wrapper around the system call with the same name.  Also added
test cases, doc changes and NEWS entry. Thanks Jason and Ralf
Schmitt.
Doc/library/signal.rst
Lib/test/test_signal.py
Misc/NEWS
Modules/signalmodule.c