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 @@ -1418,7 +1418,7 @@ always available.
1418
1418
1419
1419
``'c_exception' ``
1420
1420
A C function has raised an exception. *arg * is the C function object.
1421
-
1421
+
1422
1422
.. note ::
1423
1423
The same tracing mechanism is used for :func: `setprofile ` than :func: `settrace `.
1424
1424
To trace calls with :func: `setprofile ` inside a tracing function (e.g. in a
@@ -1483,7 +1483,7 @@ always available.
1483
1483
1484
1484
If there is any error occurred in the trace function, it will be unset, just
1485
1485
like ``settrace(None) `` is called.
1486
-
1486
+
1487
1487
.. note ::
1488
1488
Tracing is disabled while calling the trace function (e.g. a function set by
1489
1489
:func: `settrace ` or :func: `setprofile `). For recursive tracing see :func: `call_tracing `.
You can’t perform that action at this time.
0 commit comments