Skip to content

Sync with CPython 3.13 #1043

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 27 commits into
base: 3.13
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
68e6b20
sync with cpython 927da992
github-actions[bot] May 11, 2025
58b2501
sync with cpython 50b45c4f
github-actions[bot] May 13, 2025
6c7f8d2
sync with cpython 78a04b33
github-actions[bot] May 14, 2025
32c33ca
sync with cpython f474264b
github-actions[bot] May 14, 2025
bdb7a53
sync with cpython bc1a6ecf
github-actions[bot] May 16, 2025
7942c0e
sync with cpython 510e28ec
github-actions[bot] May 17, 2025
0187da9
sync with cpython f6254327
github-actions[bot] May 18, 2025
3f0fb40
sync with cpython 821a87e7
github-actions[bot] May 19, 2025
9975605
sync with cpython edbde92a
github-actions[bot] May 20, 2025
c37dff0
sync with cpython 35eb3b82
github-actions[bot] May 21, 2025
580ff2b
sync with cpython 5ecc39e9
github-actions[bot] May 22, 2025
3025a93
sync with cpython b2126530
github-actions[bot] May 23, 2025
1938944
sync with cpython e4c4eccc
github-actions[bot] May 24, 2025
99350d0
sync with cpython 698bf972
github-actions[bot] May 25, 2025
f967fed
sync with cpython f331d03e
github-actions[bot] May 26, 2025
61be21b
sync with cpython 480f02da
github-actions[bot] May 27, 2025
5633d4b
sync with cpython 73e43289
github-actions[bot] May 28, 2025
89bc95a
sync with cpython 029eceaf
github-actions[bot] May 29, 2025
6369fe7
sync with cpython a9ba2eca
github-actions[bot] May 30, 2025
3944e3a
sync with cpython 19b31d10
github-actions[bot] May 31, 2025
b1bcfe6
sync with cpython e69ecfee
github-actions[bot] Jun 1, 2025
90a0a4e
sync with cpython 04466286
github-actions[bot] Jun 2, 2025
9c23378
sync with cpython f67dede2
github-actions[bot] Jun 3, 2025
9c32838
sync with cpython b9512c3b
github-actions[bot] Jun 4, 2025
3275c6f
sync with cpython 68f8eed6
github-actions[bot] Jun 5, 2025
c61db2a
sync with cpython 728a8813
github-actions[bot] Jun 6, 2025
a748af0
sync with cpython 58b9581f
github-actions[bot] Jun 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions c-api/allocation.po
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-03-18 00:14+0000\n"
"POT-Creation-Date: 2025-05-27 00:15+0000\n"
"PO-Revision-Date: 2022-10-16 15:35+0800\n"
"Last-Translator: Matt Wang <[email protected]>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand Down Expand Up @@ -112,9 +112,12 @@ msgstr ""
"取,該巨集的拿到指向該物件的指標。"

#: ../../c-api/allocation.rst:79
msgid ":c:func:`PyModule_Create`"
msgstr ":c:func:`PyModule_Create`"
msgid ":ref:`moduleobjects`"
msgstr ""

#: ../../c-api/allocation.rst:80
msgid "To allocate and create extension modules."
msgstr "分配記憶體和建立擴充模組。"

#~ msgid ":c:func:`PyModule_Create`"
#~ msgstr ":c:func:`PyModule_Create`"
4 changes: 2 additions & 2 deletions c-api/code.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.13\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-10-09 00:13+0000\n"
"POT-Creation-Date: 2025-05-26 00:17+0000\n"
"PO-Revision-Date: 2015-12-09 17:51+0000\n"
"Last-Translator: Liang-Bo Wang <[email protected]>\n"
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
Expand Down Expand Up @@ -213,7 +213,7 @@ msgstr ""
#: ../../c-api/code.rst:184
msgid ""
"If *event* is ``PY_CODE_EVENT_CREATE``, then the callback is invoked after "
"`co` has been fully initialized. Otherwise, the callback is invoked before "
"*co* has been fully initialized. Otherwise, the callback is invoked before "
"the destruction of *co* takes place, so the prior state of *co* can be "
"inspected."
msgstr ""
Expand Down
Loading