Commit 94f409ed authored by Stefan Behnel's avatar Stefan Behnel

Disable "CYTHON_UPDATE_DESCRIPTOR_DOC" for Pyston. It was previously only...

Disable "CYTHON_UPDATE_DESCRIPTOR_DOC" for Pyston. It was previously only enabled for CPython and should only have been enabled additionally for recent PyPy versions.
parent 4ffcaa2f
......@@ -130,7 +130,7 @@
#undef CYTHON_USE_EXC_INFO_STACK
#define CYTHON_USE_EXC_INFO_STACK 0
#ifndef CYTHON_UPDATE_DESCRIPTOR_DOC
#define CYTHON_UPDATE_DESCRIPTOR_DOC 1
#define CYTHON_UPDATE_DESCRIPTOR_DOC 0
#endif
#else
......
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