@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version: Python 3.13\n"
1313"Report-Msgid-Bugs-To: \n"
14- "POT-Creation-Date: 2025-12-27 14:59 +0000\n"
14+ "POT-Creation-Date: 2025-12-29 15:05 +0000\n"
1515"PO-Revision-Date: 2025-09-15 01:05+0000\n"
1616"Last-Translator: python-doc bot, 2025\n"
1717"Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n"
@@ -43,6 +43,18 @@ msgstr ""
4343msgid "Library"
4444msgstr "Biblioteka"
4545
46+ msgid ""
47+ ":gh:`143241`: :mod:`zoneinfo`: fix infinite loop in :meth:`ZoneInfo."
48+ "from_file <zoneinfo.ZoneInfo.from_file>` when parsing a malformed TZif file. "
49+ "Patch by Fatih Celik."
50+ msgstr ""
51+
52+ msgid ""
53+ ":gh:`142195`: Updated timeout evaluation logic in :mod:`subprocess` to be "
54+ "compatible with deterministic environments like Shadow where time moves "
55+ "exactly as requested."
56+ msgstr ""
57+
4658msgid ""
4759":gh:`143145`: Fixed a possible reference leak in ctypes when constructing "
4860"results with multiple output parameters on error."
@@ -199,12 +211,26 @@ msgstr ""
199211msgid "Core and Builtins"
200212msgstr "Core i builtiny"
201213
214+ msgid ""
215+ ":gh:`143228`: Fix use-after-free in perf trampoline when toggling profiling "
216+ "while threads are running or during interpreter finalization with daemon "
217+ "threads active. The fix uses reference counting to ensure trampolines are "
218+ "not freed while any code object could still reference them. Pach by Pablo "
219+ "Galindo"
220+ msgstr ""
221+
202222msgid ""
203223":gh:`142664`: Fix a use-after-free crash in :meth:`memoryview.__hash__ "
204224"<object.__hash__>` when the ``__hash__`` method of the referenced object "
205225"mutates that object or the view. Patch by Bénédikt Tran."
206226msgstr ""
207227
228+ msgid ""
229+ ":gh:`142557`: Fix a use-after-free crash in :ref:`bytearray.__mod__ <bytes-"
230+ "formatting>` when the :class:`!bytearray` is mutated while formatting the "
231+ "``%``-style arguments. Patch by Bénédikt Tran."
232+ msgstr ""
233+
208234msgid ""
209235":gh:`143195`: Fix use-after-free crashes in :meth:`bytearray.hex` and :meth:"
210236"`memoryview.hex` when the separator's :meth:`~object.__len__` mutates the "
0 commit comments