We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 757eada commit 4ceff72Copy full SHA for 4ceff72
Doc/c-api/init.rst
@@ -1445,11 +1445,7 @@ All of the following functions must be called after :c:func:`Py_Initialize`.
1445
The *throwflag* parameter is used by the ``throw()`` method of generators:
1446
if non-zero, handle the current exception.
1447
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*``.
+ .. versionadded:: next
1453
1454
.. c:function:: PyUnstable_FrameEvalFunction PyUnstable_InterpreterState_GetEvalFrameFunc(PyInterpreterState *interp)
1455
0 commit comments