Commit 3d10caf5 authored by Lisandro Dalcin's avatar Lisandro Dalcin

PyPy: Release 2.3 do exposes Py_OptimizeFlag in the C API

parent ea03270d
......@@ -40,7 +40,7 @@
#define CYTHON_COMPILING_IN_CPYTHON 1
#endif
#if CYTHON_COMPILING_IN_PYPY
#if CYTHON_COMPILING_IN_PYPY && PY_VERSION_HEX < 0x02070600
#define Py_OptimizeFlag 0
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment