…under FEATURE_NET_ASYNC. Currently bodies of DLR-based coroutines and async generators are not instrumented — only the creation of a cold coroutine/asyncgen is, having one tracing point at def line (at least one tracing point per lambda is mandatory by the current debug/tracing machinery).
Part of the implementation will have to be placed in the DLR (where async expressions originate from).
…under
FEATURE_NET_ASYNC. Currently bodies of DLR-based coroutines and async generators are not instrumented — only the creation of a cold coroutine/asyncgen is, having one tracing point atdefline (at least one tracing point per lambda is mandatory by the current debug/tracing machinery).Part of the implementation will have to be placed in the DLR (where async expressions originate from).