Skip to content

Commit 82958af

Browse files
author
github-actions
committed
Merge 3.11 into 3.8
1 parent 3aa23dc commit 82958af

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

library/signal.po

+6
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ msgid ""
4545
"translated into a :exc:`KeyboardInterrupt` exception if the parent process "
4646
"has not changed it."
4747
msgstr ""
48+
":func:`signal.signal` 関数を使って、シグナルを受信した時に実行されるハンドラ"
49+
"を定義することができます。 Python は標準でごく少数のシグナルハンドラをインス"
50+
"トールしています: :const:`SIGPIPE` は無視され (したがって、 pipe や socket に"
51+
"対する書き込みで生じたエラーは通常の Python 例外として報告されます)、 :const:"
52+
"`SIGINT` は :exc:`KeyboardInterrupt` 例外に変換されます。親プロセスが変更して"
53+
"いない場合は、これらはどれも上書きすることができます。"
4854

4955
#: ../../library/signal.rst:22
5056
msgid ""

0 commit comments

Comments
 (0)