@@ -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-04-17 14:50 +0000\n"
14+ "POT-Creation-Date: 2026-04-19 14:37 +0000\n"
1515"PO-Revision-Date: 2025-09-16 00:02+0000\n"
1616"Last-Translator: Hari, 2026\n"
1717"Language-Team: Tamil (https://app.transifex.com/python-doc/teams/5390/ta/)\n"
@@ -59,6 +59,11 @@ msgstr ""
5959msgid "Library"
6060msgstr ""
6161
62+ msgid ""
63+ ":gh:`148651`: Fix reference leak in :class:`compression.zstd."
64+ "ZstdDecompressor` when an invalid option key is passed."
65+ msgstr ""
66+
6267msgid ""
6368":gh:`148508`: An intermittent timing error when running SSL tests on iOS has "
6469"been resolved."
@@ -125,6 +130,11 @@ msgstr ""
125130msgid "Core and Builtins"
126131msgstr ""
127132
133+ msgid ""
134+ ":gh:`148653`: Forbid :mod:`marshalling <marshal>` recursive code objects "
135+ "and :class:`slice` objects which cannot be correctly unmarshalled."
136+ msgstr ""
137+
128138msgid ""
129139":gh:`148393`: Fix data races between :c:func:`PyDict_Watch` / :c:func:"
130140"`PyDict_Unwatch` and concurrent dict mutation in the :term:`free-threaded "
@@ -142,6 +152,13 @@ msgid ""
142152"free-threading."
143153msgstr ""
144154
155+ msgid ""
156+ ":gh:`148222`: Fix vectorcall support in :class:`types.GenericAlias` when the "
157+ "underlying type does not support the vectorcall protocol. Fix possible leaks "
158+ "in :class:`types.GenericAlias` and :class:`types.UnionType` in case of "
159+ "memory error."
160+ msgstr ""
161+
145162msgid ":gh:`148208`: Fix recursion depth leak in :c:func:`PyObject_Print`"
146163msgstr ""
147164
0 commit comments