ID EN
Sys

set_coroutine_origin_tracking_depth

Python 3.11

Allows enabling or disabling coroutine origin tracking. When enabled, the cr_origin attribute on coroutine objects will contain a tuple of (filename, line number, function name) tuples describing the traceback where the coroutine object was created, with the most recent call first. When disabled, cr_origin will be None.

Syntax

PYTHON
sys.set_coroutine_origin_tracking_depth(depth)