summaryrefslogtreecommitdiff
path: root/src/lxml/python.pxd
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2015-11-08 05:39:02 +0100
committerStefan Behnel <stefan_ml@behnel.de>2015-11-08 05:39:02 +0100
commit1a232dec4003143c574a3fb0e4e8479cc1447674 (patch)
treeea82d0a91d2dd87c0cf685f9e453f6be471b8ee3 /src/lxml/python.pxd
parente3cb59db4f616d1c8c591fe16b21c03c073dd346 (diff)
downloadpython-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.pxd1
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":