mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
0ca246c5e7
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.
Miscellaneous source files for the main Python shared library