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.
Check if the limited Python API is sufficient for DLite by defining
Py_LIMITED_APIbefore importingPython.has 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.