[issue43760] The DISPATCH() macro is not as efficient as it could be (move PyThreadState.use_tracing)

Pablo Galindo Salgado report at bugs.python.org
Tue Sep 21 16:39:08 EDT 2021


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

Also, I personally thing there is absolutely no guarantee that Cython code generated for 3.9 should work for 3.10 and the thread state is a private structure that has undocumented fields and is not part of the stable API nor the limited API so, tstate->tracing disappearing is totally withing the guarantees between Python versions.

----------

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


More information about the Python-bugs-list mailing list