From 2a6eee545636aab74e95894006e6bf6bb0a9f23c Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Sat, 3 Mar 2007 13:27:58 +0000 Subject: Release the GIL when calling g_object_set_property, since setting a * gobject/pygobject.c: (set_property_from_pspec): Release the GIL when calling g_object_set_property, since setting a property might trigger some code that might come back in python land. Fixes #395048 svn path=/trunk/; revision=638 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6e6d770..28c9853 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-03-03 Edward Hervey + + * gobject/pygobject.c: (set_property_from_pspec): + Release the GIL when calling g_object_set_property, since setting a + property might trigger some code that might come back in python land. + Fixes #395048 + 2007-01-09 Gustavo J. A. M. Carneiro * configure.ac: Turn the option --disable-docs into --enable-docs. -- cgit