Skip to content

Commit

Permalink
gh-96803: Export _PyInterpreterFrame_GetLine as a private API symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogsal committed Sep 15, 2022
1 parent e37ac5f commit 0bedc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Include/internal/pycore_frame.h
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ _PyFrame_PushUnchecked(PyThreadState *tstate, PyFunctionObject *func)
return new_frame;
}

int _PyInterpreterFrame_GetLine(_PyInterpreterFrame *frame);
PyAPI_FUNC(int) _PyInterpreterFrame_GetLine(_PyInterpreterFrame *frame);

static inline
PyGenObject *_PyFrame_GetGenerator(_PyInterpreterFrame *frame)
Expand Down

0 comments on commit 0bedc88

Please sign in to comment.