Skip to content
Snippets Groups Projects
Commit b6c18226 authored by Antenore Gatta (tmow)'s avatar Antenore Gatta (tmow)
Browse files

Merge branch 'fix-python-signal-handling' into 'master'

Use PyInitializeEx in order to skip signal handler registration

See merge request Remmina/Remmina!2405
parents 1d3d5a94 26782e24
No related branches found
No related tags found
Loading
......@@ -194,7 +194,7 @@ G_MODULE_EXPORT gboolean remmina_plugin_entry(RemminaPluginService *service)
python_wrapper_set_service(service);
python_wrapper_module_init();
Py_Initialize();
Py_InitializeEx(0);
for (const char** ptr = python_init_commands; *ptr; ++ptr)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment