diff options
Diffstat (limited to 'Include')
-rw-r--r-- | Include/classobject.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Include/classobject.h b/Include/classobject.h index 059730b..666704c 100644 --- a/Include/classobject.h +++ b/Include/classobject.h @@ -59,14 +59,6 @@ extern DL_IMPORT(PyObject *) PyMethod_Class(PyObject *); extern DL_IMPORT(int) PyClass_IsSubclass(PyObject *, PyObject *); -extern DL_IMPORT(PyObject *) PyInstance_DoBinOp(PyObject *, PyObject *, - char *, char *, - PyObject * (*)(PyObject *, - PyObject *)); - -extern DL_IMPORT(int) -PyInstance_HalfBinOp(PyObject *, PyObject *, char *, PyObject **, - PyObject * (*)(PyObject *, PyObject *), int); #ifdef __cplusplus } |