Skip to content

Commit e954518

Browse files
sync with cpython 614c4934
1 parent 9d97568 commit e954518

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

library/gc.po

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ msgid ""
99
msgstr ""
1010
"Project-Id-Version: Python 3.13\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2024-10-01 00:15+0000\n"
12+
"POT-Creation-Date: 2025-09-08 00:16+0000\n"
1313
"PO-Revision-Date: 2023-04-24 21:25+0800\n"
1414
"Last-Translator: Matt Wang <[email protected]>\n"
1515
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -160,6 +160,7 @@ msgid ""
160160
msgstr "設定垃圾回收閾值(回收頻率)。 將 *threshold0* 設為零會停止回收。"
161161

162162
#: ../../library/gc.rst:104
163+
#, fuzzy
163164
msgid ""
164165
"The GC classifies objects into three generations depending on how many "
165166
"collection sweeps they have survived. New objects are placed in the "
@@ -173,8 +174,9 @@ msgid ""
173174
"examined. If generation ``0`` has been examined more than *threshold1* "
174175
"times since generation ``1`` has been examined, then generation ``1`` is "
175176
"examined as well. With the third generation, things are a bit more "
176-
"complicated, see `Collecting the oldest generation <https://devguide.python."
177-
"org/garbage_collector/#collecting-the-oldest-generation>`_ for more "
177+
"complicated, see `Collecting the oldest generation <https://github.com/"
178+
"python/cpython/blob/ff0ef0a54bef26fc507fbf9b7a6009eb7d3f17f5/InternalDocs/"
179+
"garbage_collector.md#collecting-the-oldest-generation>`_ for more "
178180
"information."
179181
msgstr ""
180182
"垃圾回收器會根據物件在多少次垃圾回收後仍倖存來把所有物件分類為三代。新建物件"

0 commit comments

Comments
 (0)