@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.13\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2026-06-23 18:14 +0000\n "
14+ "POT-Creation-Date : 2026-07-03 17:26 +0000\n "
1515"PO-Revision-Date : 2025-09-15 01:03+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"
@@ -787,7 +790,7 @@ msgstr ""
787790msgid ""
788791"Set the context associated with the exception to *ctx*. Use ``NULL`` to "
789792"clear it. There is no type check to make sure that *ctx* is an exception "
790- "instance. This steals a reference to *ctx*."
793+ "instance. This \" :term:` steals <steal>` \" a reference to *ctx*."
791794msgstr ""
792795
793796msgid ""
@@ -800,7 +803,8 @@ msgstr ""
800803msgid ""
801804"Set the cause associated with the exception to *cause*. Use ``NULL`` to "
802805"clear it. There is no type check to make sure that *cause* is either an "
803- "exception instance or ``None``. This steals a reference to *cause*."
806+ "exception instance or ``None``. This \" :term:`steals <steal>`\" a reference "
807+ "to *cause*."
804808msgstr ""
805809
806810msgid ""
0 commit comments