Skip to content

Sync with CPython 3.13 #1089

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

Merged
merged 4 commits into from
Jul 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion c-api/frame.po
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ msgstr ""

#: ../../c-api/frame.rst:20
msgid "See also :ref:`Reflection <reflection>`."
msgstr ""
msgstr "另請參閱 :ref:`Reflection <reflection>`。"

#: ../../c-api/frame.rst:24
msgid ""
Expand Down
4 changes: 2 additions & 2 deletions c-api/init.po
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ msgstr ""

#: ../../c-api/init.rst:736
msgid "See also the :c:var:`Py_Version` constant."
msgstr ""
msgstr "另請參閱 :c:var:`Py_Version` 常數。"

#: ../../c-api/init.rst:743
msgid ""
Expand Down Expand Up @@ -2453,7 +2453,7 @@ msgstr ""

#: ../../c-api/init.rst:2016
msgid "See also the :func:`sys.setprofile` function."
msgstr ""
msgstr "另請參閱 :func:`sys.setprofile` 函式。"

#: ../../c-api/init.rst:2018 ../../c-api/init.rst:2025
#: ../../c-api/init.rst:2044 ../../c-api/init.rst:2051
Expand Down
12 changes: 6 additions & 6 deletions c-api/init_config.po
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ msgstr "預設值:``NULL``。"

#: ../../c-api/init_config.rst:580
msgid "See also the :c:member:`~PyConfig.orig_argv` member."
msgstr ""
msgstr "另請參閱 :c:member:`~PyConfig.orig_argv` 成員。"

#: ../../c-api/init_config.rst:584
msgid ""
Expand Down Expand Up @@ -1108,7 +1108,7 @@ msgstr ""

#: ../../c-api/init_config.rst:791
msgid "See also the :c:member:`~PyConfig.filesystem_errors` member."
msgstr ""
msgstr "另請參閱 :c:member:`~PyConfig.filesystem_errors` 成員。"

#: ../../c-api/init_config.rst:795
msgid ""
Expand Down Expand Up @@ -1141,11 +1141,11 @@ msgstr "``\"surrogateescape\"``"

#: ../../c-api/init_config.rst:808
msgid "``\"surrogatepass\"`` (only supported with the UTF-8 encoding)"
msgstr ""
msgstr "``\"surrogatepass\"``\\ (僅支援 UTF-8 編碼)"

#: ../../c-api/init_config.rst:810
msgid "See also the :c:member:`~PyConfig.filesystem_encoding` member."
msgstr ""
msgstr "另請參閱 :c:member:`~PyConfig.filesystem_encoding` 成員。"

#: ../../c-api/init_config.rst:815
msgid "Randomized hash function seed."
Expand All @@ -1159,7 +1159,7 @@ msgstr ""

#: ../../c-api/init_config.rst:820
msgid "Set by the :envvar:`PYTHONHASHSEED` environment variable."
msgstr ""
msgstr "由 :envvar:`PYTHONHASHSEED` 環境變數設定。"

#: ../../c-api/init_config.rst:822
msgid ""
Expand All @@ -1174,7 +1174,7 @@ msgstr ""

#: ../../c-api/init_config.rst:830
msgid "Set by the :envvar:`PYTHONHOME` environment variable."
msgstr ""
msgstr "由 :envvar:`PYTHONHOME` 環境變數設定。"

#: ../../c-api/init_config.rst:834 ../../c-api/init_config.rst:964
#: ../../c-api/init_config.rst:984 ../../c-api/init_config.rst:1073
Expand Down
2 changes: 1 addition & 1 deletion c-api/sys.po
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ msgstr ""

#: ../../c-api/sys.rst:314
msgid "See also :c:func:`PySys_AuditTuple`."
msgstr ""
msgstr "請參閱 :c:func:`PySys_AuditTuple`。"

#: ../../c-api/sys.rst:320
msgid ""
Expand Down
4 changes: 2 additions & 2 deletions howto/enum.po
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,7 @@ msgstr ""

#: ../../howto/enum.rst:806
msgid ":class:`IntFlag` members can also be iterated over::"
msgstr ""
msgstr ":class:`IntFlag` 成員也可以被疊代:"

#: ../../howto/enum.rst:808
msgid ""
Expand Down Expand Up @@ -1627,7 +1627,7 @@ msgstr ""

#: ../../howto/enum.rst:866
msgid ":class:`Flag` members can also be iterated over::"
msgstr ""
msgstr ":class:`Flag` 成員也可以被疊代:"

#: ../../howto/enum.rst:868
msgid ""
Expand Down
Loading