mldbai / mldb

MLDB is the Machine Learning Database
http://mldb.ai
Apache License 2.0
661 stars 102 forks source link

Python interpreter finalization fixes #922

Closed jeremybarnes closed 2 years ago

jeremybarnes commented 2 years ago

Fixes issues with the (very complex) GIL / PyEndInterpreter / PyThreadState_Swap dance that needs to be done to properly end a python interpreter. Under Python 3.9 some of the deprecated functions that were used segfault.