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

Remove ctypes so it can work with no dynamic linking builds #110

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

hoodmane
Copy link
Member

@hoodmane hoodmane commented Oct 5, 2023

No description provided.

Copy link
Member

@ryanking13 ryanking13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @hoodmane! Maybe for no-dynamic-linking build, ctype need be statically linked. But that would require a large work and this PR is fine as-is.

@ryanking13 ryanking13 merged commit 0ad4fd3 into pyodide:main Oct 5, 2023
37 of 39 checks passed
@hoodmane hoodmane deleted the no-ctypes branch October 5, 2023 14:03
@hoodmane
Copy link
Member Author

hoodmane commented Oct 5, 2023

ctypes is statically linked the problem is that it uses dlsym at runtime.

@hoodmane
Copy link
Member Author

hoodmane commented Oct 5, 2023

Thanks @ryanking13!

@ryanking13
Copy link
Member

ctypes is statically linked the problem is that it uses dlsym at runtime.

Oh, right. I got confused that I thought we were unvendering ctypes.

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