diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-12-09 17:12:17 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-12-09 17:12:17 +0100 |
commit | 0a023be4188e0fae813a3a468528452c02f553bb (patch) | |
tree | 8f6b8191d73f87041b773f9b529f6b911baf9d73 /Python/_warnings.c | |
parent | 5d3bfadae1b16e75a2e93c0dc7836855b15a1a73 (diff) | |
download | cpython-0a023be4188e0fae813a3a468528452c02f553bb.tar.gz |
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.
Diffstat (limited to 'Python/_warnings.c')
0 files changed, 0 insertions, 0 deletions