Skip to content

Commit 721b9f5

Browse files
sync with cpython 7e783e55
1 parent c3cffd8 commit 721b9f5

File tree

3 files changed

+137
-130
lines changed

3 files changed

+137
-130
lines changed

c-api/refcounting.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.13\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2024-09-24 07:20+0000\n"
11+
"POT-Creation-Date: 2025-06-19 00:16+0000\n"
1212
"PO-Revision-Date: 2023-08-06 14:19+0800\n"
1313
"Last-Translator: Matt Wang <[email protected]>\n"
1414
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -330,8 +330,9 @@ msgid "Py_SETREF(dst, src);"
330330
msgstr "Py_SETREF(dst, src);"
331331

332332
#: ../../c-api/refcounting.rst:204
333+
#, fuzzy
333334
msgid ""
334-
"That arranges to set *dst* to *src* _before_ releasing the reference to the "
335+
"That arranges to set *dst* to *src* *before* releasing the reference to the "
335336
"old value of *dst*, so that any code triggered as a side-effect of *dst* "
336337
"getting torn down no longer believes *dst* points to a valid object."
337338
msgstr ""

library/logging.config.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.13\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2025-06-14 00:16+0000\n"
9+
"POT-Creation-Date: 2025-06-19 00:16+0000\n"
1010
"PO-Revision-Date: 2018-05-23 16:05+0000\n"
1111
"Last-Translator: Adrian Liaw <[email protected]>\n"
1212
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -862,7 +862,7 @@ msgid ""
862862
"handler has been configured) it points to the configured handler instance. "
863863
"Thus, ``cfg://handlers.foo`` could resolve to either a dictionary or a "
864864
"handler instance. In general, it is wise to name handlers in a way such that "
865-
"dependent handlers are configured _after_ any handlers they depend on; that "
865+
"dependent handlers are configured *after* any handlers they depend on; that "
866866
"allows something like ``cfg://handlers.foo`` to be used in configuring a "
867867
"handler that depends on handler ``foo``. If that dependent handler were "
868868
"named ``bar``, problems would result, because the configuration of ``bar`` "

0 commit comments

Comments
 (0)