[issue45247] [C API] Add explicit support for Cython to the C API

STINNER Victor report at bugs.python.org
Thu Oct 14 06:52:54 EDT 2021


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

My first attempt: Add PyThreadState_EnterTracing() and PyThreadState_LeaveTracing()
https://github.com/python/cpython/pull/28542

It adds an abstraction on accesses to PyThreadState.tracing and PyThreadState.cframe.use_tracing members.

----------

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


More information about the Python-bugs-list mailing list