summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2022-03-22-16-48-02.bpo-46850.7M5dO7.rst
blob: 1519ac7890e37312ae027567278f669979f81b47 (plain)
1
2
3
Move the private undocumented ``_PyEval_EvalFrameDefault()`` function to the
internal C API. The function now uses the ``_PyInterpreterFrame`` type which is
part of the internal C API. Patch by Victor Stinner.