use Py_InitializeEx and do not install python signals.

This commit is contained in:
Joris Vink 2019-10-15 21:18:38 +02:00
parent bdc75556fe
commit e90e3749a7
1 changed files with 1 additions and 1 deletions

View File

@ -305,7 +305,7 @@ kore_python_init(void)
kore_free(rcall);
}
Py_Initialize();
Py_InitializeEx(0);
#if defined(__linux__)
kore_seccomp_filter("python", filter_python,