Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 99350d0

Browse filesBrowse files
sync with cpython 698bf972
1 parent 1938944 commit 99350d0
Copy full SHA for 99350d0

File tree

2 files changed

+9
-9
lines changed
Filter options

2 files changed

+9
-9
lines changed

‎howto/free-threading-extensions.po

Copy file name to clipboardExpand all lines: howto/free-threading-extensions.po
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.13\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2024-09-24 07:20+0000\n"
9+
"POT-Creation-Date: 2025-05-25 00:18+0000\n"
1010
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1111
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1212
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -424,8 +424,8 @@ msgstr ""
424424
#: ../../howto/free-threading-extensions.rst:250
425425
msgid ""
426426
"`pypa/cibuildwheel <https://github.com/pypa/cibuildwheel>`_ supports the "
427-
"free-threaded build if you set `CIBW_FREE_THREADED_SUPPORT <https://"
428-
"cibuildwheel.pypa.io/en/stable/options/#free-threaded-support>`_."
427+
"free-threaded build if you set `CIBW_ENABLE to cpython-freethreading "
428+
"<https://cibuildwheel.pypa.io/en/stable/options/#enable>`_."
429429
msgstr ""
430430

431431
#: ../../howto/free-threading-extensions.rst:255

‎library/multiprocessing.po

Copy file name to clipboardExpand all lines: library/multiprocessing.po
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.13\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2024-11-23 00:14+0000\n"
9+
"POT-Creation-Date: 2025-05-25 00:18+0000\n"
1010
"PO-Revision-Date: 2018-05-23 16:06+0000\n"
1111
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1212
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -1605,7 +1605,7 @@ msgstr ""
16051605
#: ../../library/multiprocessing.rst:1044
16061606
msgid ""
16071607
"Add support for when a program which uses :mod:`multiprocessing` has been "
1608-
"frozen to produce a Windows executable. (Has been tested with **py2exe**, "
1608+
"frozen to produce an executable. (Has been tested with **py2exe**, "
16091609
"**PyInstaller** and **cx_Freeze**.)"
16101610
msgstr ""
16111611

@@ -1643,10 +1643,10 @@ msgstr ""
16431643

16441644
#: ../../library/multiprocessing.rst:1063
16451645
msgid ""
1646-
"Calling ``freeze_support()`` has no effect when invoked on any operating "
1647-
"system other than Windows. In addition, if the module is being run normally "
1648-
"by the Python interpreter on Windows (the program has not been frozen), then "
1649-
"``freeze_support()`` has no effect."
1646+
"Calling ``freeze_support()`` has no effect when the start method is not "
1647+
"*spawn*. In addition, if the module is being run normally by the Python "
1648+
"interpreter (the program has not been frozen), then ``freeze_support()`` has "
1649+
"no effect."
16501650
msgstr ""
16511651

16521652
#: ../../library/multiprocessing.rst:1070

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.