diff options
Diffstat (limited to 'src/lxml/python.pxd')
| -rw-r--r-- | src/lxml/python.pxd | 1 |
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) |
