Skip to content

Commit f13323b

Browse files
sync with cpython 26c6e3d7
1 parent db9cb8e commit f13323b

3 files changed

Lines changed: 644 additions & 640 deletions

File tree

howto/free-threading-extensions.po

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgid ""
66
msgstr ""
77
"Project-Id-Version: Python 3.14\n"
88
"Report-Msgid-Bugs-To: \n"
9-
"POT-Creation-Date: 2025-11-07 00:14+0000\n"
9+
"POT-Creation-Date: 2026-04-24 00:29+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-"
@@ -672,23 +672,20 @@ msgstr ""
672672
#: ../../howto/free-threading-extensions.rst:397
673673
msgid ""
674674
"`pypa/manylinux <https://github.com/pypa/manylinux>`_ supports the free-"
675-
"threaded build, with the ``t`` suffix, such as ``python3.13t``."
675+
"threaded build, with the ``t`` suffix, such as ``python3.14t``."
676676
msgstr ""
677677

678678
#: ../../howto/free-threading-extensions.rst:399
679679
msgid ""
680-
"`pypa/cibuildwheel <https://github.com/pypa/cibuildwheel>`_ supports the "
681-
"free-threaded build on Python 3.13 and 3.14. On Python 3.14, free-threaded "
682-
"wheels will be built by default. On Python 3.13, you will need to set "
683-
"`CIBW_ENABLE to cpython-freethreading <https://cibuildwheel.pypa.io/en/"
684-
"stable/options/#enable>`_."
680+
"`pypa/cibuildwheel <https://github.com/pypa/cibuildwheel>`_ supports "
681+
"building wheels for the free-threaded build of Python 3.14 and newer."
685682
msgstr ""
686683

687-
#: ../../howto/free-threading-extensions.rst:405
684+
#: ../../howto/free-threading-extensions.rst:403
688685
msgid "Limited C API and Stable ABI"
689686
msgstr ""
690687

691-
#: ../../howto/free-threading-extensions.rst:407
688+
#: ../../howto/free-threading-extensions.rst:405
692689
msgid ""
693690
"The free-threaded build does not currently support the :ref:`Limited C API "
694691
"<limited-c-api>` or the stable ABI. If you use `setuptools <https://"
@@ -698,24 +695,24 @@ msgid ""
698695
"API when building with the free-threaded build."
699696
msgstr ""
700697

701-
#: ../../howto/free-threading-extensions.rst:415
698+
#: ../../howto/free-threading-extensions.rst:413
702699
msgid ""
703700
"You will need to build separate wheels specifically for the free-threaded "
704701
"build. If you currently use the stable ABI, you can continue to build a "
705702
"single wheel for multiple non-free-threaded Python versions."
706703
msgstr ""
707704

708-
#: ../../howto/free-threading-extensions.rst:421
705+
#: ../../howto/free-threading-extensions.rst:419
709706
msgid "Windows"
710707
msgstr "Windows"
711708

712-
#: ../../howto/free-threading-extensions.rst:423
709+
#: ../../howto/free-threading-extensions.rst:421
713710
msgid ""
714711
"Due to a limitation of the official Windows installer, you will need to "
715712
"manually define ``Py_GIL_DISABLED=1`` when building extensions from source."
716713
msgstr ""
717714

718-
#: ../../howto/free-threading-extensions.rst:428
715+
#: ../../howto/free-threading-extensions.rst:426
719716
msgid ""
720717
"`Porting Extension Modules to Support Free-Threading <https://py-free-"
721718
"threading.github.io/porting/>`_: A community-maintained porting guide for "

library/re.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.14\n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2026-02-22 00:18+0000\n"
10+
"POT-Creation-Date: 2026-04-24 00:29+0000\n"
1111
"PO-Revision-Date: 2023-09-16 14:49+0800\n"
1212
"Last-Translator: Adrian Liaw <adrianliaw2000@gmail.com>\n"
1313
"Language-Team: Chinese - TAIWAN (https://github.com/python/python-docs-zh-"
@@ -3042,7 +3042,7 @@ msgid ""
30423042
"\n"
30433043
"class Token(NamedTuple):\n"
30443044
" type: str\n"
3045-
" value: str\n"
3045+
" value: int | float | str\n"
30463046
" line: int\n"
30473047
" column: int\n"
30483048
"\n"

0 commit comments

Comments
 (0)