|
8 | 8 | msgstr ""
|
9 | 9 | "Project-Id-Version: Python 3.6\n"
|
10 | 10 | "Report-Msgid-Bugs-To: \n"
|
11 |
| -"POT-Creation-Date: 2018-04-30 13:11+0900\n" |
| 11 | +"POT-Creation-Date: 2018-06-16 13:40+0900\n" |
12 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
13 | 13 | "Last-Translator: Osamu NAKAMURA, 2017\n"
|
14 | 14 | "Language-Team: Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n"
|
@@ -187,16 +187,11 @@ msgid ""
|
187 | 187 | "*semaphore tracker* process which tracks the unlinked named semaphores "
|
188 | 188 | "created by processes of the program. When all processes have exited the "
|
189 | 189 | "semaphore tracker unlinks any remaining semaphores. Usually there should be "
|
190 |
| -"none, but if a process was killed by a signal there may some \"leaked\" " |
| 190 | +"none, but if a process was killed by a signal there may be some \"leaked\" " |
191 | 191 | "semaphores. (Unlinking the named semaphores is a serious matter since the "
|
192 | 192 | "system allows only a limited number, and they will not be automatically "
|
193 | 193 | "unlinked until the next reboot.)"
|
194 | 194 | msgstr ""
|
195 |
| -"Unix で開始方式に *spawn* あるいは *forkserver* " |
196 |
| -"を使用した場合は、プログラムのプロセスによって作成されたリンクされていない名前付きセマフォを追跡する *セマフォトラッカー* " |
197 |
| -"プロセスも開始されます。全プロセスが終了したときにセマフォトラッカーは残っているあらゆるセマフォのリンクを解除します。通常そういったことはないのですが、プロセスがシグナルによって" |
198 |
| -" kill されたときに \"漏れた\" " |
199 |
| -"セマフォが発生する場合があります。(名前付きセマフォのリンク解除は、システムが個数の上限のみ許可している場合に深刻な問題になるため、それらは再起動されるまで自動的にリンク解除されることはありません。)" |
200 | 195 |
|
201 | 196 | #: ../../library/multiprocessing.rst:142
|
202 | 197 | msgid ""
|
@@ -224,11 +219,9 @@ msgstr ""
|
224 | 219 | msgid ""
|
225 | 220 | "Note that objects related to one context may not be compatible with "
|
226 | 221 | "processes for a different context. In particular, locks created using the "
|
227 |
| -"*fork* context cannot be passed to a processes started using the *spawn* or "
|
| 222 | +"*fork* context cannot be passed to processes started using the *spawn* or " |
228 | 223 | "*forkserver* start methods."
|
229 | 224 | msgstr ""
|
230 |
| -"あるコンテキストに関連したオブジェクトは異なるコンテキストのプロセスとは互換性がない場合があることに注意してください。特に、*fork* " |
231 |
| -"コンテキストを使用して作成されたロックは、*spawn* あるいは *forkserver* を使用して開始されたプロセスに渡すことはできません。" |
232 | 225 |
|
233 | 226 | #: ../../library/multiprocessing.rst:185
|
234 | 227 | msgid ""
|
|
0 commit comments