1
0
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:
jakob
2017-05-18 21:37:28 -04:00
parent 02ea0fac44
commit 6d2b90ac9f
2 changed files with 10 additions and 4 deletions

View File

@ -250,7 +250,7 @@ void terminate_python(void)
free(old);
}
Py_FinalizeEx();
Py_Finalize();
}
void init_python(Tox *m)