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 0bb40a4 commit 78859e5Copy full SHA for 78859e5
Doc/c-api/reflection.rst
@@ -31,7 +31,7 @@ Reflection
31
See also :c:func:`PyThreadState_GetFrame`.
32
33
34
-.. c:function:: int PyFrame_GetBack(PyFrameObject *frame)
+.. c:function:: PyFrameObject* PyFrame_GetBack(PyFrameObject *frame)
35
36
Get the *frame* next outer frame.
37
@@ -42,7 +42,7 @@ Reflection
42
.. versionadded:: 3.9
43
44
45
-.. c:function:: int PyFrame_GetCode(PyFrameObject *frame)
+.. c:function:: PyCodeObject* PyFrame_GetCode(PyFrameObject *frame)
46
47
Get the *frame* code.
48
0 commit comments