mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
As far as I can tell PyEval_GetOwner was removed in 1997 (when it was
called something else!). I can't imagine removing the prototype is going to hurt, but put it back if *you* can.
This commit is contained in:
parent
14ee89c785
commit
2aec8b744e
1 changed files with 0 additions and 1 deletions
|
@ -30,7 +30,6 @@ struct _frame; /* Avoid including frameobject.h */
|
|||
PyAPI_FUNC(PyObject *) PyEval_GetBuiltins(void);
|
||||
PyAPI_FUNC(PyObject *) PyEval_GetGlobals(void);
|
||||
PyAPI_FUNC(PyObject *) PyEval_GetLocals(void);
|
||||
PyAPI_FUNC(PyObject *) PyEval_GetOwner(void);
|
||||
PyAPI_FUNC(struct _frame *) PyEval_GetFrame(void);
|
||||
PyAPI_FUNC(int) PyEval_GetRestricted(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue