[issue35370] Provide API to set the tracing function to be used for running threads.

STINNER Victor report at bugs.python.org
Fri Mar 13 08:05:56 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

Can't you use PyEval_SetTrace()?
https://docs.python.org/dev/c-api/init.html#c.PyEval_SetTrace

----------
nosy: +vstinner

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35370>
_______________________________________


More information about the Python-bugs-list mailing list