@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.15\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2026-06-23 16:23 +0000\n "
15+ "POT-Creation-Date : 2026-07-03 15:50 +0000\n "
1616"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1717"Last-Translator : Hengky Kurniawan, 2025\n "
1818"Language-Team : Indonesian (https://app.transifex.com/python-doc/teams/5390/ "
@@ -463,7 +463,9 @@ msgid ""
463463"exception if one is set."
464464msgstr ""
465465
466- msgid "This call steals a reference to *exc*, which must be a valid exception."
466+ msgid ""
467+ "This call \" :term:`steals <steal>`\" a reference to *exc*, which must be a "
468+ "valid exception."
467469msgstr ""
468470
469471msgid "Use :c:func:`PyErr_GetRaisedException` instead."
@@ -591,10 +593,10 @@ msgstr ""
591593msgid ""
592594"Set the exception info, as known from ``sys.exc_info()``. This refers to an "
593595"exception that was *already caught*, not to an exception that was freshly "
594- "raised. This function steals the references of the arguments. To clear the "
595- "exception state, pass ``NULL`` for all three arguments. This function is "
596- "kept for backwards compatibility. Prefer using :c:func :"
597- "`PyErr_SetHandledException`."
596+ "raised. This function \" :term:` steals <steal>` \" the references of the "
597+ "arguments. To clear the exception state, pass ``NULL`` for all three "
598+ "arguments. This function is kept for backwards compatibility. Prefer using :"
599+ "c:func: `PyErr_SetHandledException`."
598600msgstr ""
599601
600602msgid ""
@@ -607,7 +609,8 @@ msgstr ""
607609msgid ""
608610"The ``type`` and ``traceback`` arguments are no longer used and can be NULL. "
609611"The interpreter now derives them from the exception instance (the ``value`` "
610- "argument). The function still steals references of all three arguments."
612+ "argument). The function still \" :term:`steals <steal>`\" references of all "
613+ "three arguments."
611614msgstr ""
612615
613616msgid "Signal Handling"
@@ -805,7 +808,7 @@ msgstr ""
805808msgid ""
806809"Set the context associated with the exception to *ctx*. Use ``NULL`` to "
807810"clear it. There is no type check to make sure that *ctx* is an exception "
808- "instance. This steals a reference to *ctx*."
811+ "instance. This \" :term:` steals <steal>` \" a reference to *ctx*."
809812msgstr ""
810813
811814msgid ""
@@ -818,7 +821,8 @@ msgstr ""
818821msgid ""
819822"Set the cause associated with the exception to *cause*. Use ``NULL`` to "
820823"clear it. There is no type check to make sure that *cause* is either an "
821- "exception instance or ``None``. This steals a reference to *cause*."
824+ "exception instance or ``None``. This \" :term:`steals <steal>`\" a reference "
825+ "to *cause*."
822826msgstr ""
823827
824828msgid ""
0 commit comments