We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72186aa commit 922fb28Copy full SHA for 922fb28
Doc/library/sys.rst
@@ -173,7 +173,11 @@ always available.
173
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 some other code.
+ 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.
181
182
183
.. data:: copyright
0 commit comments