Thanks to visit codestin.com Credit goes to github.com
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 f3ad042 commit abf797dCopy full SHA for abf797d
1 file changed
Doc/c-api/veryhigh.rst
@@ -307,10 +307,16 @@ the same library that the Python runtime is using.
307
cells.
308
309
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
316
.. c:function:: PyObject* PyEval_EvalFrame(PyFrameObject *f)
317
318
Evaluate an execution frame. This is a simplified interface to
- PyEval_EvalFrameEx, for backward compatibility.
319
+ :c:func:`PyEval_EvalFrameEx`, for backward compatibility.
320
321
322
.. c:function:: PyObject* PyEval_EvalFrameEx(PyFrameObject *f, int throwflag)
0 commit comments