diff options
| author | scoder <none@none> | 2008-06-12 11:41:44 +0200 |
|---|---|---|
| committer | scoder <none@none> | 2008-06-12 11:41:44 +0200 |
| commit | 2b12446494d90571c7b6531310deafb5490965a2 (patch) | |
| tree | 797eaf9765d9a946a72c45aedc91d4afb4213802 /src/lxml/python.pxd | |
| parent | f6371380c0164ceaeff54ddead8ac0fbffb97f00 (diff) | |
| download | python-lxml-2b12446494d90571c7b6531310deafb5490965a2.tar.gz | |
[svn r3828] r4506@delle: sbehnel | 2008-06-12 11:37:21 +0200
code simplification
--HG--
branch : trunk
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 083d7f28..36d93beb 100644 --- a/src/lxml/python.pxd +++ b/src/lxml/python.pxd @@ -44,7 +44,6 @@ cdef extern from "Python.h": cdef object PyString_FromFormat(char* format, ...) cdef Py_ssize_t PyString_GET_SIZE(object s) - cdef object PyBool_FromLong(long value) cdef object PyNumber_Int(object value) cdef Py_ssize_t PyInt_AsSsize_t(object value) |
