zopefoundation / persistent

automatic persistence for Python objects
https://pypi.org/project/persistent/
Other
46 stars 28 forks source link

Use the modern way to build CFFI modules #75

Closed jamadden closed 6 years ago

jamadden commented 6 years ago

We're using an old, semi-deprecated way that was required by ancient versions of CFFI as distributed in ancient versions of PyPy. Instead of building the module at install time, it builds it at import time. This means it doesn't get in the wheels (see #43).