discord / erlpack

High Performance Erlang Term Format Packer
MIT License
217 stars 64 forks source link

Fix building wheels on python 3.8 #35

Closed oliver-ni closed 2 years ago

oliver-ni commented 3 years ago

Fixes #30.

This has to do with cython/cython#2938 (PyCode_New() signature was changed) so I just recompiled using a newer version of Cython, which fixed the issue.

altanozlu commented 3 years ago

please merge this!

vcokltfre commented 2 years ago

Bump! Would be awesome if this could be merged so that it's usable with Py3.8

birarda commented 2 years ago

Thanks for this! I followed suit with a newer Cython in #49 and we'll publish an updated package shortly.