NTNU-IHB / PythonFMU

A lightweight framework that enables the packaging of Python3.x code as co-simulation FMUs
MIT License
137 stars 38 forks source link

Avoid deprecated PyEval_InitThreads #185

Closed jschueller closed 1 year ago

jschueller commented 1 year ago

warning: 'void PyEval_InitThreads()' is deprecated [-Wdeprecated-declarations]

markaren commented 1 year ago

Thanks