[docs] [issue19431] Document PyFrame_FastToLocals() and PyFrame_FastToLocalsWithError()
Serhiy Storchaka
report at bugs.python.org
Mon Aug 28 02:57:16 EDT 2017
Serhiy Storchaka added the comment:
PyFrameObject already is documented in Doc/c-api/veryhigh.rst.
PyFrame_GetLineNumber() already is documented in Doc/c-api/reflection.rst.
PyFrame_FastToLocals() and PyFrame_LocalsToFast() are not documented and have weird interface. I think the use of them should be discouraged.
----------
nosy: +serhiy.storchaka
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19431>
_______________________________________
More information about the docs
mailing list