mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
GH-96803: Add three C-API functions to make _PyInterpreterFrame less opaque for users of PEP 523. (GH-96849)
This commit is contained in:
parent
45a9e3834a
commit
a0df9ee8fc
9 changed files with 48 additions and 8 deletions
|
@ -265,8 +265,6 @@ _PyFrame_PushUnchecked(PyThreadState *tstate, PyFunctionObject *func, int null_l
|
|||
return new_frame;
|
||||
}
|
||||
|
||||
int _PyInterpreterFrame_GetLine(_PyInterpreterFrame *frame);
|
||||
|
||||
static inline
|
||||
PyGenObject *_PyFrame_GetGenerator(_PyInterpreterFrame *frame)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue