Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call ffi.cdef() for header files in predictable order #54

Merged
merged 1 commit into from
Jan 4, 2014
Merged

Call ffi.cdef() for header files in predictable order #54

merged 1 commit into from
Jan 4, 2014

Conversation

wbolster
Copy link
Contributor

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 (#53)

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 (#53)
@wbolster
Copy link
Contributor Author

See pull request #54

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 2a43b8c on wbolster:issue-53 into 0f3483e on pyca:master.

lvh added a commit that referenced this pull request Jan 4, 2014
Call ffi.cdef() for header files in predictable order

Closes #53.
@lvh lvh merged commit 1520b5d into pyca:master Jan 4, 2014
@wbolster wbolster deleted the issue-53 branch January 4, 2014 13:26
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants