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

Check if we can simplify deployment, by using the same compiled DLite libraries with multiple Python 3.x versions #836

Open
jesper-friis opened this issue May 14, 2024 · 0 comments

Comments

@jesper-friis
Copy link
Collaborator

Check if the limited Python API is sufficient for DLite by defining Py_LIMITED_API before importing Python.h as described on https://docs.python.org/3.13/c-api/stable.html.

If that is the case, we do not need to recompile DLite for each supported Python version, making the deployment much easier.

@jesper-friis jesper-friis changed the title Check if the limited Python API is sufficient Check if we can simplify deployment, by using the same compiled DLite libraries with multiple Python 3.x versions May 14, 2024
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