Kaydet (Commit) 33febfb0 authored tarafından Miss Islington (bot)'s avatar Miss Islington (bot) Kaydeden (comit) Xiang Zhang

Fix PyTrace_RETURN documentation (GH-5384) (GH-5386)

It will be triggered when propagating an exception.
(cherry picked from commit 79db11ce)
üst b3b4b81d
...@@ -1110,7 +1110,7 @@ Python-level trace functions in previous versions. ...@@ -1110,7 +1110,7 @@ Python-level trace functions in previous versions.
.. c:var:: int PyTrace_RETURN .. c:var:: int PyTrace_RETURN
The value for the *what* parameter to :c:type:`Py_tracefunc` functions when a The value for the *what* parameter to :c:type:`Py_tracefunc` functions when a
call is returning without propagating an exception. call is about to return.
.. c:var:: int PyTrace_C_CALL .. c:var:: int PyTrace_C_CALL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment