@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version: Python 3.14\n"
1313"Report-Msgid-Bugs-To: \n"
14- "POT-Creation-Date: 2026-05-19 17:38 +0000\n"
14+ "POT-Creation-Date: 2026-05-21 17:29 +0000\n"
1515"PO-Revision-Date: 2026-05-08 17:19+0000\n"
1616"Last-Translator: Rafael Fontenelle <rffontenelle@gmail.com>, 2026\n"
1717"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -82,6 +82,9 @@ msgstr ""
8282msgid "Library"
8383msgstr "Biblioteka"
8484
85+ msgid ":gh:`149816`: Fix race condition in :attr:`ssl.SSLContext.sni_callback`"
86+ msgstr ""
87+
8588msgid ""
8689":gh:`146452`: Fix race condition when pickling dictionaries in free threaded "
8790"builds. Also reduce critical section cover."
@@ -132,6 +135,16 @@ msgid ""
132135"concurrently mutated by another thread in the free-threaded build."
133136msgstr ""
134137
138+ msgid ""
139+ ":gh:`142831`: Fix a crash in the :mod:`json` module where a use-after-free "
140+ "could occur if the object being encoded is modified during serialization."
141+ msgstr ""
142+
143+ msgid ""
144+ ":gh:`134261`: zip: On reproducible builds, ZipFile uses UTC instead of the "
145+ "local time when writing file datetimes to avoid underflows."
146+ msgstr ""
147+
135148msgid ""
136149":gh:`128110`: Fix bug in the parsing of :mod:`email` address headers that "
137150"could result in extraneous spaces in the decoded text when using a modern "
@@ -143,14 +156,33 @@ msgstr ""
143156msgid "Core and Builtins"
144157msgstr "Core i builtiny"
145158
159+ msgid ":gh:`150146`: Fix a crash on a complex type variable substitution."
160+ msgstr ""
161+
162+ msgid ""
163+ "``from typing import TypeVar; memoryview[TypeVar(\"\")][*typing."
164+ "Mapping[..., ...]]`` used to fail due to missing ``NULL`` check on "
165+ "``_unpack_args`` C function call."
166+ msgstr ""
167+
146168msgid ":gh:`149590`: Fix crash when faulthandler is imported more than once."
147169msgstr ""
148170
171+ msgid ""
172+ ":gh:`149816`: Fix a race condition in ``_PyBytes_FromList`` in free-"
173+ "threading mode."
174+ msgstr ""
175+
149176msgid ""
150177":gh:`149816`: Fix a race condition in :class:`memoryview` with free-"
151178"threading."
152179msgstr ""
153180
181+ msgid ""
182+ ":gh:`139808`: Add branch protections for AArch64 (BTI/PAC) in assembly code "
183+ "used by :option:`-X perf_jit <-X>` (Linux perf profiler integration)."
184+ msgstr ""
185+
154186msgid "C API"
155187msgstr "C API"
156188
0 commit comments