[issue19431] Document PyFrame_FastToLocals() and PyFrame_FastToLocalsWithError()

STINNER Victor report at bugs.python.org
Tue Dec 12 08:12:33 EST 2017


STINNER Victor <victor.stinner at gmail.com> added the comment:

> Currently you should call PyFrame_FastToLocalsWithError(), modify directly f_locals, and call PyFrame_LocalsToFast().

When happens if PyFrame_LocalsToFast() isn't called? Does it crash or is it just slower?

----------

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


More information about the Python-bugs-list mailing list