Skip to content

Commit 2aec8b7

Browse files
author
Michael W. Hudson
committed
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.
1 parent 14ee89c commit 2aec8b7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Include/ceval.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ struct _frame; /* Avoid including frameobject.h */
3030
PyAPI_FUNC(PyObject *) PyEval_GetBuiltins(void);
3131
PyAPI_FUNC(PyObject *) PyEval_GetGlobals(void);
3232
PyAPI_FUNC(PyObject *) PyEval_GetLocals(void);
33-
PyAPI_FUNC(PyObject *) PyEval_GetOwner(void);
3433
PyAPI_FUNC(struct _frame *) PyEval_GetFrame(void);
3534
PyAPI_FUNC(int) PyEval_GetRestricted(void);
3635

0 commit comments

Comments
 (0)