File tree Expand file tree Collapse file tree 3 files changed +137
-130
lines changed
Expand file tree Collapse file tree 3 files changed +137
-130
lines changed Original file line number Diff line number Diff line change 88msgstr ""
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 <mattwang44@gmail.com>\n "
1414"Language-Team : Chinese - TAIWAN (https://github.com/python/python-docs-zh- "
@@ -330,8 +330,9 @@ msgid "Py_SETREF(dst, src);"
330330msgstr "Py_SETREF(dst, src);"
331331
332332#: ../../c-api/refcounting.rst:204
333+ #, fuzzy
333334msgid ""
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."
337338msgstr ""
Original file line number Diff line number Diff line change 66msgstr ""
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 <adrianliaw2000@gmail.com>\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`` "
You can’t perform that action at this time.
0 commit comments