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

It will be triggered when propagating an exception.
(cherry picked from commit 79db11ce99)
This commit is contained in:
Miss Islington (bot) 2018-01-28 07:33:23 -08:00 committed by Xiang Zhang
parent b3b4b81d01
commit 33febfb039
1 changed files with 1 additions and 1 deletions

View File

@ -1110,7 +1110,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