File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1063,12 +1063,12 @@ Python-level trace functions in previous versions.
10631063 +------------------------------+--------------------------------------+
10641064 | Value of *what * | Meaning of *arg * |
10651065 +==============================+======================================+
1066- | :const: `PyTrace_CALL ` | Always * NULL *. |
1066+ | :const: `PyTrace_CALL ` | Always :c:data: ` Py_None `. |
10671067 +------------------------------+--------------------------------------+
10681068 | :const: `PyTrace_EXCEPTION ` | Exception information as returned by |
10691069 | | :func: `sys.exc_info `. |
10701070 +------------------------------+--------------------------------------+
1071- | :const: `PyTrace_LINE ` | Always * NULL *. |
1071+ | :const: `PyTrace_LINE ` | Always :c:data: ` Py_None `. |
10721072 +------------------------------+--------------------------------------+
10731073 | :const: `PyTrace_RETURN ` | Value being returned to the caller, |
10741074 | | or *NULL * if caused by an exception. |
You can’t perform that action at this time.
0 commit comments