Skip to content

Commit 559096c

Browse files
committed
Address review
1 parent 1d8d314 commit 559096c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Include/cpython/pyframe.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ PyAPI_FUNC(int) PyUnstable_InterpreterFrame_GetLasti(
4040
PyAPI_FUNC(int) PyUnstable_InterpreterFrame_GetLine(
4141
PyUnstable_InterpreterFrame *frame);
4242

43+
/* Get a frame object from an interpreter frame. */
4344
PyAPI_FUNC(PyFrameObject*) PyUnstable_InterpreterFrame_GetFrameObject(
4445
PyUnstable_InterpreterFrame *frame);
4546

0 commit comments

Comments
 (0)