summaryrefslogtreecommitdiff
path: root/loaders/python/peas-plugin-loader-python.c
diff options
context:
space:
mode:
Diffstat (limited to 'loaders/python/peas-plugin-loader-python.c')
-rw-r--r--loaders/python/peas-plugin-loader-python.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/loaders/python/peas-plugin-loader-python.c b/loaders/python/peas-plugin-loader-python.c
index b1c6099..e2a6327 100644
--- a/loaders/python/peas-plugin-loader-python.c
+++ b/loaders/python/peas-plugin-loader-python.c
@@ -257,7 +257,6 @@ peas_plugin_loader_python_initialize (PeasPluginLoader *loader)
/* Initialize support for threads */
pyg_enable_threads ();
- PyEval_InitThreads ();
/* Only redirect warnings when python was not already initialized */
if (!pyloader->must_finalize_python)