Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dd038db

Browse files
committed
Remove PyInstance_*BinOp functions.
1 parent 48c2eb9 commit dd038db

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

Include/classobject.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,6 @@ extern DL_IMPORT(PyObject *) PyMethod_Class(PyObject *);
5959

6060
extern DL_IMPORT(int) PyClass_IsSubclass(PyObject *, PyObject *);
6161

62-
extern DL_IMPORT(PyObject *) PyInstance_DoBinOp(PyObject *, PyObject *,
63-
char *, char *,
64-
PyObject * (*)(PyObject *,
65-
PyObject *));
66-
67-
extern DL_IMPORT(int)
68-
PyInstance_HalfBinOp(PyObject *, PyObject *, char *, PyObject **,
69-
PyObject * (*)(PyObject *, PyObject *), int);
7062

7163
#ifdef __cplusplus
7264
}

0 commit comments

Comments
 (0)