summaryrefslogtreecommitdiff
path: root/src/lxml/python.pxd
diff options
context:
space:
mode:
authorscoder <none@none>2006-04-20 11:35:31 +0200
committerscoder <none@none>2006-04-20 11:35:31 +0200
commitfb6376d148ef73f72965be7b7d2b3ca484ccfc0e (patch)
tree896cb9fe03b2bd28529ab99952629cfd854434d8 /src/lxml/python.pxd
parentc1671961fb8a95d860cbdd39bf06a35b66ef6e5b (diff)
downloadpython-lxml-fb6376d148ef73f72965be7b7d2b3ca484ccfc0e.tar.gz
[svn r941] removed IDDict dependency on UserDict, extended test cases
--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 1a58b3cd..c7d5d5f6 100644
--- a/src/lxml/python.pxd
+++ b/src/lxml/python.pxd
@@ -29,6 +29,7 @@ cdef extern from "Python.h":
cdef object PyList_AsTuple(object o)
cdef object PySequence_List(object o)
cdef object PySequence_Tuple(object o)
+ cdef object PyTuple_GET_ITEM(object o, int pos)
cdef int PyNumber_Check(object instance)
cdef int PyBool_Check(object instance)