Closed jschueller closed 1 month ago
from pythonfmu-export/src/pythonfmu/PyState.hpp:
warning: 'void Py_SetProgramName(const wchar_t*)' is deprecated [-Wdeprecated-declarations]
this can be set via PyConfig now (https://docs.python.org/3/c-api/init_config.html#init-config) but this is not available as pythonfmu uses the stable ABI
maybe it could be removed completely, or enabled only if the stable ABI is disabled
from pythonfmu-export/src/pythonfmu/PyState.hpp:
this can be set via PyConfig now (https://docs.python.org/3/c-api/init_config.html#init-config) but this is not available as pythonfmu uses the stable ABI
maybe it could be removed completely, or enabled only if the stable ABI is disabled