diff options
| author | scoder <none@none> | 2006-03-20 14:49:22 +0100 |
|---|---|---|
| committer | scoder <none@none> | 2006-03-20 14:49:22 +0100 |
| commit | 1dab2a12d8dec58ad6eddee88c8157bcd8ebbcc3 (patch) | |
| tree | fa2f409558781dbd8ff98456f23dc7a106b36c55 /src/lxml/python.pxd | |
| parent | 239629f7e90fc21db0639b62d13f7222e31dd074 (diff) | |
| download | python-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.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) |
