Commit 0ca246c
committed
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.1 parent 14e6d09 commit 0ca246c
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4069 | 4069 | | |
4070 | 4070 | | |
4071 | 4071 | | |
4072 | | - | |
| 4072 | + | |
4073 | 4073 | | |
4074 | 4074 | | |
4075 | 4075 | | |
| |||
4822 | 4822 | | |
4823 | 4823 | | |
4824 | 4824 | | |
4825 | | - | |
| 4825 | + | |
4826 | 4826 | | |
4827 | 4827 | | |
4828 | 4828 | | |
| |||
0 commit comments