66msgstr ""
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
673673msgid ""
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 ``."
676676msgstr ""
677677
678678#: ../../howto/free-threading-extensions.rst:399
679679msgid ""
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."
685682msgstr ""
686683
687- #: ../../howto/free-threading-extensions.rst:405
684+ #: ../../howto/free-threading-extensions.rst:403
688685msgid "Limited C API and Stable ABI"
689686msgstr ""
690687
691- #: ../../howto/free-threading-extensions.rst:407
688+ #: ../../howto/free-threading-extensions.rst:405
692689msgid ""
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."
699696msgstr ""
700697
701- #: ../../howto/free-threading-extensions.rst:415
698+ #: ../../howto/free-threading-extensions.rst:413
702699msgid ""
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."
706703msgstr ""
707704
708- #: ../../howto/free-threading-extensions.rst:421
705+ #: ../../howto/free-threading-extensions.rst:419
709706msgid "Windows"
710707msgstr "Windows"
711708
712- #: ../../howto/free-threading-extensions.rst:423
709+ #: ../../howto/free-threading-extensions.rst:421
713710msgid ""
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."
716713msgstr ""
717714
718- #: ../../howto/free-threading-extensions.rst:428
715+ #: ../../howto/free-threading-extensions.rst:426
719716msgid ""
720717"`Porting Extension Modules to Support Free-Threading <https://py-free-"
721718"threading.github.io/porting/>`_: A community-maintained porting guide for "
0 commit comments