From 1a232dec4003143c574a3fb0e4e8479cc1447674 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 8 Nov 2015 05:39:02 +0100 Subject: disable PyPy special casing in proxy.pxi for PyPy 4.0 --- src/lxml/python.pxd | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lxml/python.pxd') 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": -- cgit v1.2.1