[Distutils] cffi & Py_LIMITED_API

Daniel Holth dholth at gmail.com
Sun Jul 31 15:27:25 EDT 2016


The next version of cffi will contain small changes to generate code
compliant with Python's Py_LIMITED_API:
https://bitbucket.org/cffi/cffi/commits/8f867f5a869f

(although cffi itself is not, the extensions it generates will be).

If we also add an appropriate supported tag to pip ~= cp3.abi3.manylinux1
and provide a way to name the generated DLL's appropriately, it may become
possible to reduce the burden of distributing cffi extensions, especially
for Windows. One compiled artifact should work on Python 3.2 and above.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20160731/6315709b/attachment.html>


More information about the Distutils-SIG mailing list