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

Mark Shannon report at bugs.python.org
Mon May 10 09:06:45 EDT 2021


Mark Shannon <mark at hotpy.org> added the comment:

At yappi/_yappi.c:1261 sets an undocumented field on a CPython internal data structure.

What did you believe that was supposed to do? use_tracing is not documented anywhere.

We could add the field back and ignore it, but I doubt that would help you much.

----------

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


More information about the Python-bugs-list mailing list