mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Fix PyTrace_RETURN documentation (GH-5384)
It will be triggered when propagating an exception.
This commit is contained in:
parent
4d0296649a
commit
79db11ce99
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue