Skip to content

Commit 23f19e4

Browse files
authored
Merge branch '3.13' into http-cookiejar-trans
2 parents ef4b6bf + 1625451 commit 23f19e4

Some content is hidden

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

93 files changed

+16879
-15850
lines changed

.github/workflows/summarize_progress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
shell: bash
3838

3939
- name: Commit wiki code
40-
uses: stefanzweifel/git-auto-commit-action@v5
40+
uses: stefanzweifel/git-auto-commit-action@v6
4141
with:
4242
commit_message: Weekly Update -- Summarize Progress
4343
repository: markdown

c-api/allocation.po

Lines changed: 3 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 <mattwang44@gmail.com>\n"
1515
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -112,8 +112,8 @@ 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 ":ref:`moduleobjects`"
117117

118118
#: ../../c-api/allocation.rst:80
119119
msgid "To allocate and create extension modules."

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 <me@liang2.tw>\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)