File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1283,12 +1283,12 @@ Python-level trace functions in previous versions.
1283
1283
+------------------------------+--------------------------------------+
1284
1284
| Value of *what * | Meaning of *arg * |
1285
1285
+==============================+======================================+
1286
- | :const: `PyTrace_CALL ` | Always * NULL *. |
1286
+ | :const: `PyTrace_CALL ` | Always :c:data: ` Py_None `. |
1287
1287
+------------------------------+--------------------------------------+
1288
1288
| :const: `PyTrace_EXCEPTION ` | Exception information as returned by |
1289
1289
| | :func: `sys.exc_info `. |
1290
1290
+------------------------------+--------------------------------------+
1291
- | :const: `PyTrace_LINE ` | Always * NULL *. |
1291
+ | :const: `PyTrace_LINE ` | Always :c:data: ` Py_None `. |
1292
1292
+------------------------------+--------------------------------------+
1293
1293
| :const: `PyTrace_RETURN ` | Value being returned to the caller, |
1294
1294
| | or *NULL * if caused by an exception. |
You can’t perform that action at this time.
0 commit comments