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