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 | 0ca246c5e7bc9a8c1886519f313a41334a60e011 (patch) | |
tree | c6e48bf118b362626590193e13c69499571d34b8 /Python/_warnings.c | |
parent | 14e6d0954736a4d7231d1004847a7467c8464c36 (diff) | |
download | cpython-git-0ca246c5e7bc9a8c1886519f313a41334a60e011.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