Something went wrong on our end
Select Git revision
__init__.py
-
Wouter Bolsterlee authored
Always call ffi.cdef() with a consistent ordering of the header files. This avoids problems where CFFI generates different checksums (used in .so filenames) at compile time and runtime, and tries to load the wrong .so file. Fixes issue #53 (https://github.com/pyca/pynacl/issues/53)
Wouter Bolsterlee authoredAlways call ffi.cdef() with a consistent ordering of the header files. This avoids problems where CFFI generates different checksums (used in .so filenames) at compile time and runtime, and tries to load the wrong .so file. Fixes issue #53 (https://github.com/pyca/pynacl/issues/53)