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

Support same-module C extensions #9

Open
asmeurer opened this issue Aug 3, 2019 · 0 comments
Open

Support same-module C extensions #9

asmeurer opened this issue Aug 3, 2019 · 0 comments

Comments

@asmeurer
Copy link
Owner

asmeurer commented Aug 3, 2019

C extensions should work for external modules because it just imports the module, but for relative imports or absolute imports within the same module, it only does it statically for now, meaning non-Python code won't be supported.

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

No branches or pull requests

1 participant