[issue28924] Inline PyEval_EvalFrameEx() in callers

STINNER Victor report at bugs.python.org
Thu Dec 15 03:28:41 EST 2016


STINNER Victor added the comment:

Serhiy: "May be just replace inlined call with _PyEval_EvalFrameDefault?"

Do you mean replacing PyEval_EvalFrameEx() with _PyEval_EvalFrameDefault()? It would defeat the purpose of the PEP 523, no?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28924>
_______________________________________


More information about the Python-bugs-list mailing list