bpo-42990: Further refactoring of PyEval_ functions. (GH-24368)
* Further refactoring of PyEval_EvalCode and friends. Break into make-frame, and eval-frame parts. * Simplify function vector call using new _PyEval_Vector. * Remove unused internal functions: _PyEval_EvalCodeWithName and _PyEval_EvalCode. * Don't use legacy function PyEval_EvalCodeEx.
M
Mark Shannon committed
0332e569c12d3dc97171546c6dc10e42c27de34b
Parent: 49926cf
Committed by GitHub <noreply@github.com>
on 2/1/2021, 10:42:03 AM