File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1283,12 +1283,12 @@ Python-level trace functions in previous versions.
12831283 +------------------------------+--------------------------------------+
12841284 | Value of *what * | Meaning of *arg * |
12851285 +==============================+======================================+
1286- | :const: `PyTrace_CALL ` | Always * NULL *. |
1286+ | :const: `PyTrace_CALL ` | Always :c:data: ` Py_None `. |
12871287 +------------------------------+--------------------------------------+
12881288 | :const: `PyTrace_EXCEPTION ` | Exception information as returned by |
12891289 | | :func: `sys.exc_info `. |
12901290 +------------------------------+--------------------------------------+
1291- | :const: `PyTrace_LINE ` | Always * NULL *. |
1291+ | :const: `PyTrace_LINE ` | Always :c:data: ` Py_None `. |
12921292 +------------------------------+--------------------------------------+
12931293 | :const: `PyTrace_RETURN ` | Value being returned to the caller, |
12941294 | | or *NULL * if caused by an exception. |
You can’t perform that action at this time.
0 commit comments