mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Get rid of more coerce cruft (really check in this time :-)
This commit is contained in:
parent
378b2c9a03
commit
ca810467a4
7 changed files with 2 additions and 57 deletions
|
@ -395,7 +395,6 @@ PyAPI_FUNC(long) PyObject_Hash(PyObject *);
|
|||
PyAPI_FUNC(int) PyObject_IsTrue(PyObject *);
|
||||
PyAPI_FUNC(int) PyObject_Not(PyObject *);
|
||||
PyAPI_FUNC(int) PyCallable_Check(PyObject *);
|
||||
PyAPI_FUNC(int) PyNumber_CoerceEx(PyObject **, PyObject **);
|
||||
|
||||
PyAPI_FUNC(void) PyObject_ClearWeakRefs(PyObject *);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue