@@ -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-12-11 14:18 +0000\n"
14+ "POT-Creation-Date: 2025-12-13 14:13 +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"
@@ -40,6 +40,11 @@ msgid ""
4040"in :mod:`asyncio`. Patch by Kumar Aditya."
4141msgstr ""
4242
43+ msgid ""
44+ ":gh:`123241`: Avoid reference count operations in garbage collection of :mod:"
45+ "`ctypes` objects."
46+ msgstr ""
47+
4348msgid ""
4449":gh:`112527`: The help text for required options in :mod:`argparse` no "
4550"longer extended with \" (default: None)\"."
@@ -86,6 +91,14 @@ msgstr ""
8691msgid "Core and Builtins"
8792msgstr "Core i builtiny"
8893
94+ msgid ""
95+ ":gh:`142531`: Fix a free-threaded GC performance regression. If there are "
96+ "many untracked tuples, the GC will run too often, resulting in poor "
97+ "performance. The fix is to include untracked tuples in the \"long lived\" "
98+ "object count. The number of frozen objects is also now included since the "
99+ "free-threaded GC must scan those too."
100+ msgstr ""
101+
89102msgid ""
90103":gh:`142402`: Fix reference counting when adjacent literal parts are merged "
91104"while constructing :class:`string.templatelib.Template`, preventing the "
@@ -111,6 +124,19 @@ msgid ""
111124"collection debug assertions to fail."
112125msgstr ""
113126
127+ msgid "C API"
128+ msgstr "C API"
129+
130+ msgid ""
131+ ":gh:`142589`: Fix :c:func:`PyUnstable_Object_IsUniqueReferencedTemporary()` "
132+ "handling of tagged ints on the interpreter stack."
133+ msgstr ""
134+
135+ msgid ""
136+ ":gh:`142571`: :c:func:`!PyUnstable_CopyPerfMapFile` now checks that opening "
137+ "the file succeeded before flushing."
138+ msgstr ""
139+
114140msgid "Build"
115141msgstr "Build"
116142
@@ -1263,9 +1289,6 @@ msgid ""
12631289":gh:`128640`: Fix a crash when using threads inside of a subinterpreter."
12641290msgstr ""
12651291
1266- msgid "C API"
1267- msgstr "C API"
1268-
12691292msgid ""
12701293":gh:`137422`: Fix :term:`free threading` race condition in :c:func:"
12711294"`PyImport_AddModuleRef`. It was previously possible for two calls to the "
0 commit comments