Cython 0.21.1 is broken for py3, blacklisted.

more info at:
https://phab.enlightenment.org/T1774
This commit is contained in:
Davide Andreoli 2014-11-02 12:23:22 +01:00
parent 40cedb0e4b
commit 90cead3b12
1 changed files with 4 additions and 0 deletions

View File

@ -149,6 +149,10 @@ may be caused by version of Cython that's too old.""" % (
)
)
# Cython 0.21.1 PyMethod_New() is broken! blacklisted
if Cython.__version__ == "0.21.1":
raise SystemExit("Cython 0.21.1 is broken! Use another release.")
Cython.Compiler.Options.fast_fail = True # Stop compilation on first
# error
Cython.Compiler.Options.annotate = False # Generates HTML files with