Inline PyEval_EvalFrameEx() in callers
The PEP 523 modified PyEval_EvalFrameEx(): it's now an indirection to interp->eval_frame(). Inline the call in performance critical code. Leave PyEval_EvalFrame() unchanged, this function is only kept for backward compatibility.
V
Victor Stinner committed
0ca246c5e7bc9a8c1886519f313a41334a60e011
Parent: 14e6d09