Open jmarrec opened 2 weeks ago
I had a TODO for this for a while
https://github.com/NREL/OpenStudio/blob/cc1e0bbd6d5cd22d6277a1ca2b14768b90264206/python/engine/PythonEngine.cpp#L74-L75
Py_SetPath was actually removed from 3.13 API
cf https://github.com/NREL/OpenStudio/commit/998e13ea881b9f8a3eae3581ef478ce556ff3677
https://docs.python.org/3/whatsnew/3.13.html
https://docs.python.org/3/c-api/init_config.html#c.PyConfig
Enhancement Request
I had a TODO for this for a while
https://github.com/NREL/OpenStudio/blob/cc1e0bbd6d5cd22d6277a1ca2b14768b90264206/python/engine/PythonEngine.cpp#L74-L75
Py_SetPath was actually removed from 3.13 API
cf https://github.com/NREL/OpenStudio/commit/998e13ea881b9f8a3eae3581ef478ce556ff3677
Detailed Description
https://docs.python.org/3/whatsnew/3.13.html
Possible Implementation
https://docs.python.org/3/c-api/init_config.html#c.PyConfig