Skip to content

Commit 3f0fb40

Browse files
sync with cpython 821a87e7
1 parent 0187da9 commit 3f0fb40

File tree

4 files changed

+659
-620
lines changed

4 files changed

+659
-620
lines changed

c-api/gcsupport.po

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: Python 3.13\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2025-04-13 00:40+0000\n"
10+
"POT-Creation-Date: 2025-05-19 00:16+0000\n"
1111
"PO-Revision-Date: 2018-05-23 14:31+0000\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -255,9 +255,10 @@ msgstr ""
255255

256256
#: ../../c-api/gcsupport.rst:185
257257
msgid ""
258-
"If *o* is not ``NULL``, call the *visit* callback, with arguments *o* and "
259-
"*arg*. If *visit* returns a non-zero value, then return it. Using this "
260-
"macro, :c:member:`~PyTypeObject.tp_traverse` handlers look like::"
258+
"If the :c:expr:`PyObject *` *o* is not ``NULL``, call the *visit* callback, "
259+
"with arguments *o* and *arg*. If *visit* returns a non-zero value, then "
260+
"return it. Using this macro, :c:member:`~PyTypeObject.tp_traverse` handlers "
261+
"look like::"
261262
msgstr ""
262263

263264
#: ../../c-api/gcsupport.rst:190

0 commit comments

Comments
 (0)