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

Investigate moving '_inlines' and '_protocols' to shared libraries #616

Closed
ronaldoussoren opened this issue Jul 14, 2024 · 1 comment
Closed
Labels

Comments

@ronaldoussoren
Copy link
Owner

The `_inline_tab' is currently exported from a Python extension module, it might be possible to just use the dlopen API directly to load the library and extract the symbol from it.

A number of framework bindings have a helper exension module that just ensures that the protocols defined in the framework are available. Those could be plain dylibs that are loaded using dlopen.

Both changes would convert a number of framework bindings to not having extension modules, making them platform dependent python only wheels.

Currently not particularly important, but switching to multi-phase init for #608 requires dropping usage of the limited API / stable ABI and that results in more python version specific wheels.

@ronaldoussoren
Copy link
Owner Author

Duplicate of #617

@ronaldoussoren ronaldoussoren marked this as a duplicate of #617 Sep 3, 2024
@ronaldoussoren ronaldoussoren closed this as not planned Won't fix, can't repro, duplicate, stale Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant