mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-03 09:06:46 +02:00
Error reporting on failure of invoke_autoruns and solved issue with call to Py_FinalizeEx
This commit is contained in:
@ -250,7 +250,7 @@ void terminate_python(void)
|
||||
free(old);
|
||||
}
|
||||
|
||||
Py_FinalizeEx();
|
||||
Py_Finalize();
|
||||
}
|
||||
|
||||
void init_python(Tox *m)
|
||||
|
Reference in New Issue
Block a user