@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.7\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2019-01-01 10:14+0900 \n "
14
+ "POT-Creation-Date : 2019-09-19 03:32+0000 \n "
15
15
"PO-Revision-Date : 2019-09-01 02:45+0000\n "
16
16
"Last-Translator : tomo, 2019\n "
17
17
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -115,7 +115,7 @@ msgstr ""
115
115
"であれば、現在のスレッドのみダンプします。"
116
116
117
117
#: ../../library/faulthandler.rst:52 ../../library/faulthandler.rst:70
118
- #: ../../library/faulthandler.rst:106 ../../library/faulthandler.rst:128
118
+ #: ../../library/faulthandler.rst:108 ../../library/faulthandler.rst:130
119
119
msgid "Added support for passing file descriptor to this function."
120
120
msgstr ""
121
121
@@ -183,21 +183,22 @@ msgid ""
183
183
msgstr ""
184
184
185
185
#: ../../library/faulthandler.rst:103
186
- msgid ""
187
- "This function is implemented using a watchdog thread and therefore is not "
188
- "available if Python is compiled with threads disabled."
186
+ msgid "This function is implemented using a watchdog thread."
187
+ msgstr ""
188
+
189
+ #: ../../library/faulthandler.rst:105
190
+ msgid "This function is now always available."
189
191
msgstr ""
190
- "この関数は番犬(watchdog)スレッドを使って実装されているため、Pythonがスレッド無効でコンパイルされている場合は利用できません。"
191
192
192
- #: ../../library/faulthandler.rst:111
193
+ #: ../../library/faulthandler.rst:113
193
194
msgid "Cancel the last call to :func:`dump_traceback_later`."
194
195
msgstr ":func:`dump_traceback_later` の最新の呼び出しをキャンセルします。"
195
196
196
- #: ../../library/faulthandler.rst:115
197
+ #: ../../library/faulthandler.rst:117
197
198
msgid "Dumping the traceback on a user signal"
198
199
msgstr "ユーザシグナルに対してtracebackをダンプする"
199
200
200
- #: ../../library/faulthandler.rst:119
201
+ #: ../../library/faulthandler.rst:121
201
202
msgid ""
202
203
"Register a user signal: install a handler for the *signum* signal to dump "
203
204
"the traceback of all threads, or of the current thread if *all_threads* is "
@@ -207,18 +208,18 @@ msgstr ""
207
208
"*all_threads* が ``False`` であれば現在のスレッドのみ *file* にダンプします。もし chain が ``True`` "
208
209
"であれば以前のハンドラも呼び出します。"
209
210
210
- #: ../../library/faulthandler.rst:123
211
+ #: ../../library/faulthandler.rst:125
211
212
msgid ""
212
213
"The *file* must be kept open until the signal is unregistered by "
213
214
":func:`unregister`: see :ref:`issue with file descriptors <faulthandler-"
214
215
"fd>`."
215
216
msgstr ""
216
217
217
- #: ../../library/faulthandler.rst:126 ../../library/faulthandler.rst:137
218
+ #: ../../library/faulthandler.rst:128 ../../library/faulthandler.rst:139
218
219
msgid "Not available on Windows."
219
220
msgstr "Windowsでは利用不可です。"
220
221
221
- #: ../../library/faulthandler.rst:133
222
+ #: ../../library/faulthandler.rst:135
222
223
msgid ""
223
224
"Unregister a user signal: uninstall the handler of the *signum* signal "
224
225
"installed by :func:`register`. Return ``True`` if the signal was registered,"
@@ -227,11 +228,11 @@ msgstr ""
227
228
"ユーザシグナルを登録解除します: :func:`register` でインストールした *signum* "
228
229
"シグナルハンドラをアンインストールします。シグナルが登録された場合は ``True`` を返し、そうでなければ ``False`` を返します。"
229
230
230
- #: ../../library/faulthandler.rst:143
231
+ #: ../../library/faulthandler.rst:145
231
232
msgid "Issue with file descriptors"
232
233
msgstr "ファイル記述子の問題"
233
234
234
- #: ../../library/faulthandler.rst:145
235
+ #: ../../library/faulthandler.rst:147
235
236
msgid ""
236
237
":func:`enable`, :func:`dump_traceback_later` and :func:`register` keep the "
237
238
"file descriptor of their *file* argument. If the file is closed and its file"
@@ -244,11 +245,11 @@ msgstr ""
244
245
"の使用でファイル記述子が置き換えた場合、 traceback "
245
246
"の結果は別のファイルへ書き込まれます。ファイルが置き換えられた場合は、毎回これらの関数を呼び出しなおしてください。"
246
247
247
- #: ../../library/faulthandler.rst:153
248
+ #: ../../library/faulthandler.rst:155
248
249
msgid "Example"
249
250
msgstr "使用例"
250
251
251
- #: ../../library/faulthandler.rst:155
252
+ #: ../../library/faulthandler.rst:157
252
253
msgid ""
253
254
"Example of a segmentation fault on Linux with and without enabling the fault"
254
255
" handler:"
0 commit comments