[issue42197] Disable automatic update of frame locals during tracing

STINNER Victor report at bugs.python.org
Fri Jan 21 11:40:54 EST 2022


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

As I already wrote previously, I'm a supporter of requiring debuggers and profilers to explicitly call PyFrame_FastToLocalsWithError() and PyFrame_LocalsToFast(). It should only impact a minority of users, whereas the majority will benefit of way better performance, no?

----------

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


More information about the Python-bugs-list mailing list