Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa23dc commit 82958afCopy full SHA for 82958af
library/signal.po
@@ -45,6 +45,12 @@ msgid ""
45
"translated into a :exc:`KeyboardInterrupt` exception if the parent process "
46
"has not changed it."
47
msgstr ""
48
+":func:`signal.signal` 関数を使って、シグナルを受信した時に実行されるハンドラ"
49
+"を定義することができます。 Python は標準でごく少数のシグナルハンドラをインス"
50
+"トールしています: :const:`SIGPIPE` は無視され (したがって、 pipe や socket に"
51
+"対する書き込みで生じたエラーは通常の Python 例外として報告されます)、 :const:"
52
+"`SIGINT` は :exc:`KeyboardInterrupt` 例外に変換されます。親プロセスが変更して"
53
+"いない場合は、これらはどれも上書きすることができます。"
54
55
#: ../../library/signal.rst:22
56
msgid ""
0 commit comments