mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Remove PyInstance_*BinOp functions.
This commit is contained in:
parent
48c2eb9165
commit
dd038db2c2
1 changed files with 0 additions and 8 deletions
|
@ -59,14 +59,6 @@ extern DL_IMPORT(PyObject *) PyMethod_Class(PyObject *);
|
||||||
|
|
||||||
extern DL_IMPORT(int) PyClass_IsSubclass(PyObject *, 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
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue