summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-08-29 07:57:59 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-08-29 07:57:59 (GMT)
commitca810467a4db78781c5e35100024cae779e954e5 (patch)
tree6f9bad18c0b52f59cafe039de83d8002018b8ba0 /Include
parent378b2c9a037bccdbcaca32541c1baebb1a0de30a (diff)
downloadcpython-ca810467a4db78781c5e35100024cae779e954e5.zip
cpython-ca810467a4db78781c5e35100024cae779e954e5.tar.gz
cpython-ca810467a4db78781c5e35100024cae779e954e5.tar.bz2
Get rid of more coerce cruft (really check in this time :-)
Diffstat (limited to 'Include')
-rw-r--r--Include/object.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/object.h b/Include/object.h
index 30f0bec..80447a9 100644
--- a/Include/object.h
+++ b/Include/object.h
@@ -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 *);