Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit abf797d

Browse files
committed
Issue #26760: Minimally document PyFrameObject
1 parent f3ad042 commit abf797d

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

Doc/c-api/veryhigh.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,10 +307,16 @@ the same library that the Python runtime is using.
307307
cells.
308308
309309
310+
.. c:type:: PyFrameObject
311+
312+
The C structure of the objects used to describe frame objects. The
313+
fields of this type are subject to change at any time.
314+
315+
310316
.. c:function:: PyObject* PyEval_EvalFrame(PyFrameObject *f)
311317
312318
Evaluate an execution frame. This is a simplified interface to
313-
PyEval_EvalFrameEx, for backward compatibility.
319+
:c:func:`PyEval_EvalFrameEx`, for backward compatibility.
314320
315321
316322
.. c:function:: PyObject* PyEval_EvalFrameEx(PyFrameObject *f, int throwflag)

0 commit comments

Comments
 (0)