Skip to content

Downgrade version requirement of cython to 0.14

Mathieu Bridon requested to merge github/fork/Chwing/master into master

Created by: Chwing

Cython default version on Ubuntu 12.04 is 0.14, in order to support this version we needed to remove const attribute on signature in _code.pyx and _code.pyd, because it was not supported.

Merge request reports