Skip to content

Commit 4ceff72

Browse files
committed
Fix PyUnstable_FrameEvalFunction doc
1 parent 757eada commit 4ceff72

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Doc/c-api/init.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1445,11 +1445,7 @@ 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-
.. versionchanged:: 3.9
1449-
The function now takes a *tstate* parameter.
1450-
1451-
.. versionchanged:: 3.11
1452-
The *frame* parameter changed from ``PyFrameObject*`` to ``_PyInterpreterFrame*``.
1448+
.. versionadded:: next
14531449
14541450
.. c:function:: PyUnstable_FrameEvalFunction PyUnstable_InterpreterState_GetEvalFrameFunc(PyInterpreterState *interp)
14551451

0 commit comments

Comments
 (0)