mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 20:49:01 -04:00
use Py_InitializeEx and do not install python signals.
This commit is contained in:
parent
bdc75556fe
commit
e90e3749a7
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user