]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-32052)
authorVictor Stinner <vstinner@python.org>
Fri, 1 Apr 2022 08:17:57 +0000 (10:17 +0200)
committerGitHub <noreply@github.com>
Fri, 1 Apr 2022 08:17:57 +0000 (10:17 +0200)
commitb9a5522dd952125a99ff554f01f311cae25f5a91
treeb1a735deb13bd49a2b6deb89bb85cd02e035800d
parentd4bb38f82bf18b00db3129031ce4969b6f0caab9
bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-32052)

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.
Doc/whatsnew/3.11.rst
Include/cpython/ceval.h
Include/internal/pycore_ceval.h
Misc/NEWS.d/next/C API/2022-03-22-16-48-02.bpo-46850.7M5dO7.rst [new file with mode: 0644]