]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Revert "bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-32052)"...
authorVictor Stinner <vstinner@python.org>
Wed, 6 Apr 2022 11:58:07 +0000 (13:58 +0200)
committerGitHub <noreply@github.com>
Wed, 6 Apr 2022 11:58:07 +0000 (13:58 +0200)
commit2b4f2f5fa4d1123c19bf0643cfa5a4fe8df4175c
tree8fd15ec78c5289f3eaf945d143d0c67ef16f5b95
parent1d3e743599673e9135d268fb72f0352d8ce23d97
Revert "bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-32052)" (GH-32343)

* Revert "bpo-46850: Move _PyInterpreterState_SetEvalFrameFunc() to internal C API (GH-32054)"

This reverts commit f877b40e3f7e0d97878884d80fbec879a85ab7e8.

* Revert "bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-32052)"

This reverts commit b9a5522dd952125a99ff554f01f311cae25f5a91.
Doc/c-api/init.rst
Doc/whatsnew/3.11.rst
Include/cpython/ceval.h
Include/cpython/pystate.h
Include/internal/pycore_ceval.h
Include/internal/pycore_interp.h
Include/internal/pycore_pystate.h