summaryrefslogtreecommitdiff
path: root/src/lxml/python.pxd
diff options
context:
space:
mode:
authorscoder <none@none>2006-03-20 14:49:22 +0100
committerscoder <none@none>2006-03-20 14:49:22 +0100
commit1dab2a12d8dec58ad6eddee88c8157bcd8ebbcc3 (patch)
treefa2f409558781dbd8ff98456f23dc7a106b36c55 /src/lxml/python.pxd
parent239629f7e90fc21db0639b62d13f7222e31dd074 (diff)
downloadpython-lxml-1dab2a12d8dec58ad6eddee88c8157bcd8ebbcc3.tar.gz
[svn r763] merged in changes from error-reporting branch
--HG-- branch : trunk
Diffstat (limited to 'src/lxml/python.pxd')
-rw-r--r--src/lxml/python.pxd1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lxml/python.pxd b/src/lxml/python.pxd
index 6faeb33d..2cef4781 100644
--- a/src/lxml/python.pxd
+++ b/src/lxml/python.pxd
@@ -27,6 +27,7 @@ cdef extern from "Python.h":
cdef int PyDict_DelItem(object d, object key)
cdef int PyDict_Clear(object d)
cdef object PyList_AsTuple(object o)
+ cdef object PyObject_GetIter(object o)
cdef int PyNumber_Check(object instance)
cdef int PyBool_Check(object instance)