From fb6376d148ef73f72965be7b7d2b3ca484ccfc0e Mon Sep 17 00:00:00 2001 From: scoder Date: Thu, 20 Apr 2006 11:35:31 +0200 Subject: [svn r941] removed IDDict dependency on UserDict, extended test cases --HG-- branch : trunk --- src/lxml/python.pxd | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lxml/python.pxd') 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) -- cgit v1.2.1