summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.11.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index 15f765d..1580867 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/Doc/whatsnew/3.11.rst
@@ -1102,6 +1102,12 @@ Porting to Python 3.11
is part of the internal C API.
(Contributed by Victor Stinner in :issue:`46850`.)
+* Move the private ``_PyFrameEvalFunction`` type, and private
+ ``_PyInterpreterState_GetEvalFrameFunc()`` and
+ ``_PyInterpreterState_SetEvalFrameFunc()`` functions to the internal C API.
+ The ``_PyFrameEvalFunction`` callback function type now uses the
+ ``_PyInterpreterFrame`` type which is part of the internal C API.
+ (Contributed by Victor Stinner in :issue:`46850`.)
Deprecated
----------