@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.14\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-10-25 14:12 +0000\n "
14+ "POT-Creation-Date : 2025-11-07 14:15 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Swedish (https://app.transifex.com/python-doc/teams/5390/ "
@@ -284,7 +284,7 @@ msgid ""
284284"Python's memory management C API provides functions in three different :ref:"
285285"`allocation domains <allocator-domains>`: \" raw\" , \" mem\" , and \" object\" . "
286286"For thread-safety, the free-threaded build requires that only Python objects "
287- "are allocated using the object domain, and that all Python object are "
287+ "are allocated using the object domain, and that all Python objects are "
288288"allocated using that domain. This differs from the prior Python versions, "
289289"where this was only a best practice and not a hard requirement."
290290msgstr ""
@@ -471,12 +471,12 @@ msgid ""
471471msgstr ""
472472
473473msgid ""
474- "Note that the locks described above are only :c:type:`! PyMutex` based locks. "
474+ "Note that the locks described above are only :c:type:`PyMutex` based locks. "
475475"The critical section implementation does not know about or affect other "
476476"locking mechanisms that might be in use, like POSIX mutexes. Also note that "
477- "while blocking on any :c:type:`! PyMutex` causes the critical sections to be "
477+ "while blocking on any :c:type:`PyMutex` causes the critical sections to be "
478478"suspended, only the mutexes that are part of the critical sections are "
479- "released. If :c:type:`! PyMutex` is used without a critical section, it will "
479+ "released. If :c:type:`PyMutex` is used without a critical section, it will "
480480"not be released and therefore does not get the same deadlock avoidance."
481481msgstr ""
482482
@@ -544,8 +544,10 @@ msgstr ""
544544
545545msgid ""
546546"`pypa/cibuildwheel <https://github.com/pypa/cibuildwheel>`_ supports the "
547- "free-threaded build if you set `CIBW_ENABLE to cpython-freethreading "
548- "<https://cibuildwheel.pypa.io/en/stable/options/#enable>`_."
547+ "free-threaded build on Python 3.13 and 3.14. On Python 3.14, free-threaded "
548+ "wheels will be built by default. On Python 3.13, you will need to set "
549+ "`CIBW_ENABLE to cpython-freethreading <https://cibuildwheel.pypa.io/en/"
550+ "stable/options/#enable>`_."
549551msgstr ""
550552
551553msgid "Limited C API and Stable ABI"
0 commit comments