diff options
| author | Stefan Behnel <stefan_ml@behnel.de> | 2012-01-03 11:18:23 +0100 |
|---|---|---|
| committer | Stefan Behnel <stefan_ml@behnel.de> | 2012-01-03 11:18:23 +0100 |
| commit | 03d8dea33023efd430973b8d35184087c96897e0 (patch) | |
| tree | fac631442f1cc9695f0f104f76849fed9b032aaa /src/lxml/python.pxd | |
| parent | 7c84f9f1c61fffe07d3940c08a747212a6e1e0f0 (diff) | |
| download | python-lxml-03d8dea33023efd430973b8d35184087c96897e0.tar.gz | |
remove some outdated cythonisms
Diffstat (limited to 'src/lxml/python.pxd')
| -rw-r--r-- | src/lxml/python.pxd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lxml/python.pxd b/src/lxml/python.pxd index 911780fa..19e493a6 100644 --- a/src/lxml/python.pxd +++ b/src/lxml/python.pxd @@ -79,7 +79,6 @@ cdef extern from "Python.h": Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step, Py_ssize_t *slicelength) except -1 - cdef int PyObject_SetAttr(object o, object name, object value) cdef object PyObject_RichCompare(object o1, object o2, int op) cdef int PyObject_RichCompareBool(object o1, object o2, int op) |
