@@ -12,7 +12,7 @@ msgid ""
12
12
msgstr ""
13
13
"Project-Id-Version : Python 3.7\n "
14
14
"Report-Msgid-Bugs-To : \n "
15
- "POT-Creation-Date : 2020-04-10 22:51 +0000\n "
15
+ "POT-Creation-Date : 2020-08-12 14:46 +0000\n "
16
16
"PO-Revision-Date : 2019-09-01 03:23+0000\n "
17
17
"Last-Translator : Tetsuo Koyama <tkoyama010@gmail.com>, 2020\n "
18
18
"Language-Team : Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -147,15 +147,11 @@ msgid ""
147
147
"*threshold0*, collection starts. Initially only generation ``0`` is "
148
148
"examined. If generation ``0`` has been examined more than *threshold1* "
149
149
"times since generation ``1`` has been examined, then generation ``1`` is "
150
- "examined as well. Similarly, *threshold2* controls the number of "
151
- "collections of generation ``1`` before collecting generation ``2``."
150
+ "examined as well. With the third generation, things are a bit more "
151
+ "complicated, see `Collecting the oldest generation "
152
+ "<https://devguide.python.org/garbage_collector/#collecting-the-oldest-"
153
+ "generation>`_ for more information."
152
154
msgstr ""
153
- "GCは、オブジェクトを走査された回数に従って3世代に分類します。新しいオブジェクトは最も若い(``0`` "
154
- "世代)に分類されます。もし、そのオブジェクトがガベージコレクションで削除されなければ、次に古い世代に分類されます。もっとも古い世代は ``2`` "
155
- "世代で、この世代に属するオブジェクトは他の世代に移動しません。ガベージコレクタは、最後に検出を行ってから生成・削除したオブジェクトの数をカウントしており、この数によって検出を開始します。オブジェクトの生成数"
156
- " - 削除数が *threshold0* より大きくなると、検出を開始します。最初は ``0`` 世代のオブジェクトのみが検査されます。 ``0`` "
157
- "世代の検査が *threshold1* 回実行されると、 ``1`` 世代のオブジェクトの検査を行います。同様に、 ``1`` 世代が "
158
- "*threshold2* 回検査されると、 ``2`` 世代の検査を行います。"
159
155
160
156
#: ../../library/gc.rst:113
161
157
msgid ""
0 commit comments