We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 922fb28 commit 621a637Copy full SHA for 621a637
Doc/library/sys.rst
@@ -174,10 +174,10 @@ always available.
174
Call ``func(*args)``, while tracing is enabled. The tracing state is saved,
175
and restored afterwards. This is intended to be called from a debugger from
176
a checkpoint, to recursively debug or profile some other code.
177
-
+
178
Tracing is suspended while calling a tracing function set by
179
- :func:`settrace` or :func:`setprofile` to avoid infinite recursion.
180
- :func:`call_tracing` enables explicit recursion of tracing function.
+ :func:`settrace` or :func:`setprofile` to avoid infinite recursion.
+ :func:`call_tracing` enables explicit recursion of tracing function.
181
182
183
.. data:: copyright
0 commit comments