xeus-python icon indicating copy to clipboard operation
xeus-python copied to clipboard

Py_SetPythonHome is deprecated

Open SylvainCorlay opened this issue 2 years ago • 1 comments

We are seeing the following error message in CI:

/src/xpaths.cpp:75:60: warning: 'void Py_SetPythonHome(const wchar_t*)' is deprecated [-Wdeprecated-declarations]
   75 |         Py_SetPythonHome(const_cast<wchar_t*>(wstr.c_str()));

SylvainCorlay avatar Jan 10 '23 13:01 SylvainCorlay