@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.15\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-06-23 16:23 +0000\n "
14+ "POT-Creation-Date : 2026-07-03 15:50 +0000\n "
1515"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1616"Last-Translator : python-doc bot, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -474,7 +474,9 @@ msgid ""
474474"exception if one is set."
475475msgstr ""
476476
477- msgid "This call steals a reference to *exc*, which must be a valid exception."
477+ msgid ""
478+ "This call \" :term:`steals <steal>`\" a reference to *exc*, which must be a "
479+ "valid exception."
478480msgstr ""
479481
480482msgid "Use :c:func:`PyErr_GetRaisedException` instead."
@@ -597,10 +599,10 @@ msgstr ""
597599msgid ""
598600"Set the exception info, as known from ``sys.exc_info()``. This refers to an "
599601"exception that was *already caught*, not to an exception that was freshly "
600- "raised. This function steals the references of the arguments. To clear the "
601- "exception state, pass ``NULL`` for all three arguments. This function is "
602- "kept for backwards compatibility. Prefer using :c:func :"
603- "`PyErr_SetHandledException`."
602+ "raised. This function \" :term:` steals <steal>` \" the references of the "
603+ "arguments. To clear the exception state, pass ``NULL`` for all three "
604+ "arguments. This function is kept for backwards compatibility. Prefer using :"
605+ "c:func: `PyErr_SetHandledException`."
604606msgstr ""
605607
606608msgid ""
@@ -613,7 +615,8 @@ msgstr ""
613615msgid ""
614616"The ``type`` and ``traceback`` arguments are no longer used and can be NULL. "
615617"The interpreter now derives them from the exception instance (the ``value`` "
616- "argument). The function still steals references of all three arguments."
618+ "argument). The function still \" :term:`steals <steal>`\" references of all "
619+ "three arguments."
617620msgstr ""
618621
619622msgid "Signal Handling"
@@ -811,7 +814,7 @@ msgstr ""
811814msgid ""
812815"Set the context associated with the exception to *ctx*. Use ``NULL`` to "
813816"clear it. There is no type check to make sure that *ctx* is an exception "
814- "instance. This steals a reference to *ctx*."
817+ "instance. This \" :term:` steals <steal>` \" a reference to *ctx*."
815818msgstr ""
816819
817820msgid ""
@@ -824,7 +827,8 @@ msgstr ""
824827msgid ""
825828"Set the cause associated with the exception to *cause*. Use ``NULL`` to "
826829"clear it. There is no type check to make sure that *cause* is either an "
827- "exception instance or ``None``. This steals a reference to *cause*."
830+ "exception instance or ``None``. This \" :term:`steals <steal>`\" a reference "
831+ "to *cause*."
828832msgstr ""
829833
830834msgid ""
0 commit comments