@@ -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: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -85,6 +85,16 @@ msgstr ""
8585msgid "Library"
8686msgstr "Biblioteka"
8787
88+ msgid ""
89+ ":gh:`140041`: Fix import of :mod:`ctypes` on Android and Cygwin when ABI "
90+ "flags are present."
91+ msgstr ""
92+
93+ msgid ""
94+ ":gh:`140120`: Fixed a memory leak in :mod:`hmac` when it was using the hacl-"
95+ "star backend. Discovered by ``@ashm-dev`` using AddressSanitizer."
96+ msgstr ""
97+
8898msgid ""
8999":gh:`139905`: Add suggestion to error message for :class:`typing.Generic` "
90100"subclasses when ``cls.__parameters__`` is missing due to a parent class "
@@ -191,6 +201,12 @@ msgid ""
191201"bug on macOS."
192202msgstr ""
193203
204+ msgid ""
205+ ":gh:`138859`: Fix generic type parameterization raising a :exc:`TypeError` "
206+ "when omitting a :class:`ParamSpec` that has a default which is not a list of "
207+ "types."
208+ msgstr ""
209+
194210msgid ""
195211":gh:`138779`: Support device numbers larger than ``2**63-1`` for the :attr:"
196212"`~os.stat_result.st_rdev` field of the :class:`os.stat_result` structure."
@@ -372,6 +388,11 @@ msgid ""
372388"threading>` build."
373389msgstr ""
374390
391+ msgid ""
392+ ":gh:`131788`: Make ``ResourceTracker.send`` from :mod:`multiprocessing` re-"
393+ "entrant safe"
394+ msgstr ""
395+
375396msgid ""
376397":gh:`118981`: Fix potential hang in ``multiprocessing.popen_spawn_posix`` "
377398"that can happen when the child proc dies early by closing the child fds "
@@ -414,6 +435,11 @@ msgstr ""
414435msgid "Core and Builtins"
415436msgstr "Core i builtiny"
416437
438+ msgid ""
439+ ":gh:`140061`: Fixing the checking of whether an object is uniquely "
440+ "referenced to ensure free-threaded compatibility. Patch by Sergey Miryanov."
441+ msgstr ""
442+
417443msgid ""
418444":gh:`140000`: Fix potential memory leak when a reference cycle exists "
419445"between an instance of :class:`typing.TypeAliasType`, :class:`typing."
@@ -509,6 +535,14 @@ msgid ""
509535":gh:`128640`: Fix a crash when using threads inside of a subinterpreter."
510536msgstr ""
511537
538+ msgid "C API"
539+ msgstr "C API"
540+
541+ msgid ""
542+ ":gh:`140153`: Fix :c:func:`Py_REFCNT` definition on limited C API 3.11-3.13. "
543+ "Patch by Victor Stinner."
544+ msgstr ""
545+
512546msgid "Build"
513547msgstr "Build"
514548
@@ -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."
0 commit comments