@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.12\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2023-06-30 14:13+0000\n "
14+ "POT-Creation-Date : 2023-07-21 14:13+0000\n "
1515"PO-Revision-Date : 2021-06-28 00:49+0000\n "
1616"Last-Translator : Maciej Olko <maciej.olko@gmail.com>, 2023\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -1329,8 +1329,8 @@ msgid ""
13291329"This function does not steal any references to *exc*. To prevent naive "
13301330"misuse, you must write your own C extension to call this. Must be called "
13311331"with the GIL held. Returns the number of thread states modified; this is "
1332- "normally one, but will be zero if the thread id isn't found. If *exc* is : "
1333- "const:` NULL`, the pending exception (if any) for the thread is cleared. This "
1332+ "normally one, but will be zero if the thread id isn't found. If *exc* is "
1333+ "`` NULL` `, the pending exception (if any) for the thread is cleared. This "
13341334"raises no exceptions."
13351335msgstr ""
13361336
@@ -1601,10 +1601,11 @@ msgid ""
16011601"The type of the trace function registered using :c:func:`PyEval_SetProfile` "
16021602"and :c:func:`PyEval_SetTrace`. The first parameter is the object passed to "
16031603"the registration function as *obj*, *frame* is the frame object to which the "
1604- "event pertains, *what* is one of the constants :const:`PyTrace_CALL`, :const:"
1605- "`PyTrace_EXCEPTION`, :const:`PyTrace_LINE`, :const:`PyTrace_RETURN`, :const:"
1606- "`PyTrace_C_CALL`, :const:`PyTrace_C_EXCEPTION`, :const:`PyTrace_C_RETURN`, "
1607- "or :const:`PyTrace_OPCODE`, and *arg* depends on the value of *what*:"
1604+ "event pertains, *what* is one of the constants :c:data:`PyTrace_CALL`, :c:"
1605+ "data:`PyTrace_EXCEPTION`, :c:data:`PyTrace_LINE`, :c:data:`PyTrace_RETURN`, :"
1606+ "c:data:`PyTrace_C_CALL`, :c:data:`PyTrace_C_EXCEPTION`, :c:data:"
1607+ "`PyTrace_C_RETURN`, or :c:data:`PyTrace_OPCODE`, and *arg* depends on the "
1608+ "value of *what*:"
16081609msgstr ""
16091610
16101611msgid "Value of *what*"
@@ -1613,41 +1614,41 @@ msgstr ""
16131614msgid "Meaning of *arg*"
16141615msgstr ""
16151616
1616- msgid ":const :`PyTrace_CALL`"
1617+ msgid ":c:data :`PyTrace_CALL`"
16171618msgstr ""
16181619
16191620msgid "Always :c:data:`Py_None`."
16201621msgstr ""
16211622
1622- msgid ":const :`PyTrace_EXCEPTION`"
1623+ msgid ":c:data :`PyTrace_EXCEPTION`"
16231624msgstr ""
16241625
16251626msgid "Exception information as returned by :func:`sys.exc_info`."
16261627msgstr ""
16271628
1628- msgid ":const :`PyTrace_LINE`"
1629+ msgid ":c:data :`PyTrace_LINE`"
16291630msgstr ""
16301631
1631- msgid ":const :`PyTrace_RETURN`"
1632+ msgid ":c:data :`PyTrace_RETURN`"
16321633msgstr ""
16331634
16341635msgid ""
16351636"Value being returned to the caller, or ``NULL`` if caused by an exception."
16361637msgstr ""
16371638
1638- msgid ":const :`PyTrace_C_CALL`"
1639+ msgid ":c:data :`PyTrace_C_CALL`"
16391640msgstr ""
16401641
16411642msgid "Function object being called."
16421643msgstr ""
16431644
1644- msgid ":const :`PyTrace_C_EXCEPTION`"
1645+ msgid ":c:data :`PyTrace_C_EXCEPTION`"
16451646msgstr ""
16461647
1647- msgid ":const :`PyTrace_C_RETURN`"
1648+ msgid ":c:data :`PyTrace_C_RETURN`"
16481649msgstr ""
16491650
1650- msgid ":const :`PyTrace_OPCODE`"
1651+ msgid ":c:data :`PyTrace_OPCODE`"
16511652msgstr ""
16521653
16531654msgid ""
@@ -1708,8 +1709,8 @@ msgid ""
17081709"function as its first parameter, and may be any Python object, or ``NULL``. "
17091710"If the profile function needs to maintain state, using a different value for "
17101711"*obj* for each thread provides a convenient and thread-safe place to store "
1711- "it. The profile function is called for all monitored events except :const :"
1712- "`PyTrace_LINE` :const: `PyTrace_OPCODE` and :const :`PyTrace_EXCEPTION`."
1712+ "it. The profile function is called for all monitored events except :c:data :"
1713+ "`PyTrace_LINE` :c:data: `PyTrace_OPCODE` and :c:data :`PyTrace_EXCEPTION`."
17131714msgstr ""
17141715
17151716msgid "See also the :func:`sys.setprofile` function."
@@ -1734,9 +1735,9 @@ msgid ""
17341735"`PyEval_SetProfile`, except the tracing function does receive line-number "
17351736"events and per-opcode events, but does not receive any event related to C "
17361737"function objects being called. Any trace function registered using :c:func:"
1737- "`PyEval_SetTrace` will not receive :const: `PyTrace_C_CALL`, :const :"
1738- "`PyTrace_C_EXCEPTION` or :const: `PyTrace_C_RETURN` as a value for the *what* "
1739- "parameter."
1738+ "`PyEval_SetTrace` will not receive :c:data: `PyTrace_C_CALL`, :c:data :"
1739+ "`PyTrace_C_EXCEPTION` or :c:data: `PyTrace_C_RETURN` as a value for the "
1740+ "*what* parameter."
17401741msgstr ""
17411742
17421743msgid "See also the :func:`sys.settrace` function."
0 commit comments