8000 BUG: deal with shared lib extension in a single place. Fix ctypes.load_li by rgommers · Pull Request #96 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

BUG: deal with shared lib extension in a single place. Fix ctypes.load_li #96

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

Closed
wants to merge 1 commit into from

Conversation

rgommers
Copy link
Member

BUG: deal with shared lib extension in a single place. Fix ctypes.load_library.

This is related to PEP 3149, tags in shared library extensions. Only applies
to Linux (for now).

Closes ticket 1749 again. Bruce tested this, but would be good if someone else on Linux tested this with Python 3.2

…d_library.

This is related to PEP 3149, tags in shared library extensions.  Only applies
to Linux (for now).
@charris
Copy link
Member
charris commented Jun 23, 2011
8000

Works here with python3.2 and current master branch. There are some datetime test failures but nothing related to c-types.

@rgommers
Copy link
Member Author

OK thanks.

Will make one more change that Bruce noted, 'cpython-32mu.so' should be checked before '.so', because two libs with those extensions may exist in the same location.

@rgommers
Copy link
Member Author

Committed in 9a287ba

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0