File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -1445,7 +1445,18 @@ All of the following functions must be called after :c:func:`Py_Initialize`.
14451445 The *throwflag* parameter is used by the ``throw()`` method of generators:
14461446 if non-zero, handle the current exception.
14471447
1448- .. versionadded:: next
1448+ .. versionadded:: 3.6
1449+ as ``_PyFrameEvalFunction``.
1450+
1451+ .. versionchanged:: 3.9
1452+ The function now takes a *tstate* parameter.
1453+
1454+ .. versionchanged:: 3.11
1455+ The *frame* parameter changed from ``PyFrameObject*`` to ``_PyInterpreterFrame*``.
1456+
1457+ .. versionchanged:: next
1458+ Renamed to :c:type:`!PyUnstable_FrameEvalFunction`. The old private name
1459+ is deprecated, but will be available until the API changes.
14491460
14501461.. c:function:: PyUnstable_FrameEvalFunction PyUnstable_InterpreterState_GetEvalFrameFunc(PyInterpreterState *interp)
14511462
You can’t perform that action at this time.
0 commit comments