Commit 79db11ce authored by Xiang Zhang's avatar Xiang Zhang Committed by GitHub

Fix PyTrace_RETURN documentation (GH-5384)

It will be triggered when propagating an exception.
parent 4d029664
......@@ -1332,7 +1332,7 @@ Python-level trace functions in previous versions.
.. c:var:: int PyTrace_RETURN
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
......
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