[gnome-builder/wip/commands] main: init python threads on startup.



commit c7ffec1191ec44e0034f290fdbdc5ba03e7fc16f
Author: Christian Hergert <christian hergert me>
Date:   Tue Oct 7 19:14:53 2014 -0700

    main: init python threads on startup.

 src/main.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index 8142f21..500ae80 100644
--- a/src/main.c
+++ b/src/main.c
@@ -37,6 +37,7 @@ main (int   argc,
   Py_SetProgramName ("gnome-builder");
 
   Py_InitializeEx (0);
+  PyEval_InitThreads ();
 
   gb_log_init (TRUE, NULL);
   ggit_init ();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]