mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Add new PyFrame_GetLasti C-API function (GH-32413)
This commit is contained in:
parent
f4b328e2bb
commit
5b4a4b6f09
7 changed files with 45 additions and 4 deletions
|
@ -29,3 +29,4 @@ PyAPI_FUNC(PyObject *) PyFrame_GetGlobals(PyFrameObject *frame);
|
|||
PyAPI_FUNC(PyObject *) PyFrame_GetBuiltins(PyFrameObject *frame);
|
||||
|
||||
PyAPI_FUNC(PyObject *) PyFrame_GetGenerator(PyFrameObject *frame);
|
||||
PyAPI_FUNC(int) PyFrame_GetLasti(PyFrameObject *frame);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue