Browse Source
Fix PyTrace_RETURN documentation (GH-5384)
It will be triggered when propagating an exception.
pull/5388/merge
Xiang Zhang
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Doc/c-api/init.rst
|
|
|
@ -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 |
|
|
|
|