Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 19888f4

Browse files
sync with cpython d105eae9
1 parent 302966f commit 19888f4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+16364
-15583
lines changed

c-api/allocation.po

Lines changed: 6 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: 2025-03-18 00:14+0000\n"
12+
"POT-Creation-Date: 2025-06-27 07:36+0000\n"
1313
"PO-Revision-Date: 2022-10-16 15:35+0800\n"
1414
"Last-Translator: Matt Wang <[email protected]>\n"
1515
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -112,9 +112,12 @@ msgstr ""
112112
"取,該巨集的拿到指向該物件的指標。"
113113

114114
#: ../../c-api/allocation.rst:79
115-
msgid ":c:func:`PyModule_Create`"
116-
msgstr ":c:func:`PyModule_Create`"
115+
msgid ":ref:`moduleobjects`"
116+
msgstr ""
117117

118118
#: ../../c-api/allocation.rst:80
119119
msgid "To allocate and create extension modules."
120120
msgstr "分配記憶體和建立擴充模組。"
121+
122+
#~ msgid ":c:func:`PyModule_Create`"
123+
#~ msgstr ":c:func:`PyModule_Create`"

c-api/code.po

Lines changed: 2 additions & 2 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: 2024-10-09 00:13+0000\n"
10+
"POT-Creation-Date: 2025-06-27 07:36+0000\n"
1111
"PO-Revision-Date: 2015-12-09 17:51+0000\n"
1212
"Last-Translator: Liang-Bo Wang <[email protected]>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -213,7 +213,7 @@ msgstr ""
213213
#: ../../c-api/code.rst:184
214214
msgid ""
215215
"If *event* is ``PY_CODE_EVENT_CREATE``, then the callback is invoked after "
216-
"`co` has been fully initialized. Otherwise, the callback is invoked before "
216+
"*co* has been fully initialized. Otherwise, the callback is invoked before "
217217
"the destruction of *co* takes place, so the prior state of *co* can be "
218218
"inspected."
219219
msgstr ""

0 commit comments

Comments
 (0)