@@ -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-01-15 14:20 +0000\n"
14+ "POT-Creation-Date: 2026-01-17 14:14 +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"
@@ -56,6 +56,12 @@ msgid ""
5656"unlimited."
5757msgstr ""
5858
59+ msgid ""
60+ ":gh:`65784`: Add support for parametrized resource ``wantobjects`` in "
61+ "regrtests, which allows to run Tkinter tests with the specified value of :"
62+ "data:`!tkinter.wantobjects`, for example ``-u wantobjects=0``."
63+ msgstr ""
64+
5965msgid ""
6066":gh:`143553`: Add support for parametrized resources, such as ``-u "
6167"xpickle=2.7``."
@@ -74,6 +80,11 @@ msgstr ""
7480msgid "Library"
7581msgstr "Biblioteka"
7682
83+ msgid ""
84+ ":gh:`143880`: Fix data race in :func:`functools.partial` in the :term:`free "
85+ "threading` build."
86+ msgstr ""
87+
7788msgid ""
7889":gh:`143706`: Fix :mod:`multiprocessing` forkserver so that :data:`sys.argv` "
7990"is correctly set before ``__main__`` is preloaded. Previously, :data:`sys."
@@ -106,6 +117,11 @@ msgid ""
106117"stack size is too small. Patch by Victor Stinner."
107118msgstr ""
108119
120+ msgid ""
121+ ":gh:`143602`: Fix a inconsistency issue in :meth:`~io.RawIOBase.write` that "
122+ "leads to unexpected buffer overwrite by deduplicating the buffer exports."
123+ msgstr ""
124+
109125msgid ""
110126":gh:`143547`: Fix :func:`sys.unraisablehook` when the hook raises an "
111127"exception and changes :func:`sys.unraisablehook`: hold a strong reference to "
@@ -381,6 +397,9 @@ msgid ""
381397"`multiprocessing` no longer sets the start method globally."
382398msgstr ""
383399
400+ msgid ":gh:`133253`: Fix thread-safety issues in :mod:`linecache`."
401+ msgstr ""
402+
384403msgid ""
385404":gh:`132715`: Skip writing objects during marshalling once a failure has "
386405"occurred."
0 commit comments