@@ -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-15 14:16 +0000\n"
14+ "POT-Creation-Date: 2025-10-17 14:15 +0000\n"
1515"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616"Last-Translator: python-doc bot, 2025\n"
1717"Language-Team: Swedish (https://app.transifex.com/python-doc/teams/5390/"
@@ -84,6 +84,16 @@ msgstr ""
8484msgid "Library"
8585msgstr "Bibliotek"
8686
87+ msgid ""
88+ ":gh:`140041`: Fix import of :mod:`ctypes` on Android and Cygwin when ABI "
89+ "flags are present."
90+ msgstr ""
91+
92+ msgid ""
93+ ":gh:`140120`: Fixed a memory leak in :mod:`hmac` when it was using the hacl-"
94+ "star backend. Discovered by ``@ashm-dev`` using AddressSanitizer."
95+ msgstr ""
96+
8797msgid ""
8898":gh:`139905`: Add suggestion to error message for :class:`typing.Generic` "
8999"subclasses when ``cls.__parameters__`` is missing due to a parent class "
@@ -190,6 +200,12 @@ msgid ""
190200"bug on macOS."
191201msgstr ""
192202
203+ msgid ""
204+ ":gh:`138859`: Fix generic type parameterization raising a :exc:`TypeError` "
205+ "when omitting a :class:`ParamSpec` that has a default which is not a list of "
206+ "types."
207+ msgstr ""
208+
193209msgid ""
194210":gh:`138779`: Support device numbers larger than ``2**63-1`` for the :attr:"
195211"`~os.stat_result.st_rdev` field of the :class:`os.stat_result` structure."
@@ -371,6 +387,11 @@ msgid ""
371387"threading>` build."
372388msgstr ""
373389
390+ msgid ""
391+ ":gh:`131788`: Make ``ResourceTracker.send`` from :mod:`multiprocessing` re-"
392+ "entrant safe"
393+ msgstr ""
394+
374395msgid ""
375396":gh:`118981`: Fix potential hang in ``multiprocessing.popen_spawn_posix`` "
376397"that can happen when the child proc dies early by closing the child fds "
@@ -413,6 +434,11 @@ msgstr ""
413434msgid "Core and Builtins"
414435msgstr ""
415436
437+ msgid ""
438+ ":gh:`140061`: Fixing the checking of whether an object is uniquely "
439+ "referenced to ensure free-threaded compatibility. Patch by Sergey Miryanov."
440+ msgstr ""
441+
416442msgid ""
417443":gh:`140000`: Fix potential memory leak when a reference cycle exists "
418444"between an instance of :class:`typing.TypeAliasType`, :class:`typing."
@@ -508,6 +534,14 @@ msgid ""
508534":gh:`128640`: Fix a crash when using threads inside of a subinterpreter."
509535msgstr ""
510536
537+ msgid "C API"
538+ msgstr "C API"
539+
540+ msgid ""
541+ ":gh:`140153`: Fix :c:func:`Py_REFCNT` definition on limited C API 3.11-3.13. "
542+ "Patch by Victor Stinner."
543+ msgstr ""
544+
511545msgid "Build"
512546msgstr ""
513547
@@ -836,9 +870,6 @@ msgid ""
836870"running concurrently in threads."
837871msgstr ""
838872
839- msgid "C API"
840- msgstr "C API"
841-
842873msgid ""
843874":gh:`137573`: Mark ``_PyOptimizer_Optimize`` as :c:macro:`Py_NO_INLINE` to "
844875"prevent stack overflow crashes on macOS."