[Cryptography-dev] cffi 1.0 (new compilation system)

Paul Kehrer paul.l.kehrer at gmail.com
Tue Jun 9 04:40:29 CEST 2015


Over the past weekend we merged (https://github.com/pyca/cryptography/pull/1986) a major improvement to the way we compile our bindings. The recent release of cffi 1.0+ brings a new out of line API mode using "set_source" and we have converted pyca/cryptography to use that. This allows us to do a more traditional compile phase, removing much of our monkeypatching and dramatically reducing overhead on import (both in time and memory). However, this is a big change, so I'm sending this email to encourage people to clone master (https://github.com/pyca/cryptography) and verify that everything is working as expected in your environment.

If you run into problems please file issues ASAP. Anything we uncover before the tenth feature release (which will be versioned 1.0!) is great.

-Paul Kehrer (reaperhulk)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cryptography-dev/attachments/20150608/a3604b80/attachment.html>


More information about the Cryptography-dev mailing list