summaryrefslogtreecommitdiff
path: root/src/lxml/python.pxd
diff options
context:
space:
mode:
authorscoder <none@none>2008-05-31 17:01:51 +0200
committerscoder <none@none>2008-05-31 17:01:51 +0200
commitd3b256f2da476925dfd2481a760b390a0b542e8f (patch)
treead81365d89ee266accce4eebedc35b180635e1ab /src/lxml/python.pxd
parentf351521abf5a020a0df2a8e1a053b2c4c024c91a (diff)
downloadpython-lxml-d3b256f2da476925dfd2481a760b390a0b542e8f.tar.gz
[svn r3778] r4423@delle: sbehnel | 2008-05-30 08:37:02 +0200
Py3 beta1 fix: redefine PyString_*() functions as PyBytes_*() --HG-- branch : trunk
Diffstat (limited to 'src/lxml/python.pxd')
-rw-r--r--src/lxml/python.pxd1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lxml/python.pxd b/src/lxml/python.pxd
index 71d79308..083d7f28 100644
--- a/src/lxml/python.pxd
+++ b/src/lxml/python.pxd
@@ -41,7 +41,6 @@ cdef extern from "Python.h":
cdef Py_ssize_t PyUnicode_GET_DATA_SIZE(object ustring)
cdef Py_ssize_t PyUnicode_GET_SIZE(object ustring)
cdef object PyString_FromStringAndSize(char* s, Py_ssize_t size)
- cdef object PyString_FromString(char* s)
cdef object PyString_FromFormat(char* format, ...)
cdef Py_ssize_t PyString_GET_SIZE(object s)