openzim / python-libzim

Libzim binding for Python: read/write ZIM files in Python
https://pypi.org/project/libzim/
GNU General Public License v3.0
62 stars 20 forks source link

Upgrade cython to latest stable #50

Closed rgaudin closed 4 years ago

rgaudin commented 4 years ago

Cython is a fast evolving project with frequent fixes and improvements. Keeping up-to-date on stable version makes sense as a failure to build with a newer Cython would indicate a problem on our codebase.

@afreydev, what was the reason for using such an old version? 0.29.6 is dated Feb 27, 2019.

afreydev commented 4 years ago

At that moment, there were a lot of problems related to segmentation faults. This version didn't cause those problems. That's all. You can try upgrade it.

rgaudin commented 4 years ago

rebased