diff options
author | Stefan Behnel <stefan_ml@behnel.de> | 2015-11-08 05:39:02 +0100 |
---|---|---|
committer | Stefan Behnel <stefan_ml@behnel.de> | 2015-11-08 05:39:02 +0100 |
commit | 1a232dec4003143c574a3fb0e4e8479cc1447674 (patch) | |
tree | ea82d0a91d2dd87c0cf685f9e453f6be471b8ee3 /src/lxml/python.pxd | |
parent | e3cb59db4f616d1c8c591fe16b21c03c073dd346 (diff) | |
download | python-lxml-pypy4.tar.gz |
disable PyPy special casing in proxy.pxi for PyPy 4.0pypy4
Diffstat (limited to 'src/lxml/python.pxd')
-rw-r--r-- | src/lxml/python.pxd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lxml/python.pxd b/src/lxml/python.pxd index 72fa27ee..60075286 100644 --- a/src/lxml/python.pxd +++ b/src/lxml/python.pxd @@ -124,6 +124,7 @@ cdef extern from "etree_defs.h": # redefines some functions as macros cdef object PY_NEW(object t) cdef bint LXML_UNICODE_STRINGS cdef bint IS_PYTHON3 + cdef bint IS_PYPY26 cdef bint IS_PYPY cdef extern from "lxml_endian.h": |