From a0f7e83fb9a50a43668eb5c622bfa6edb06185f5 Mon Sep 17 00:00:00 2001 From: "Gustavo J. A. M. Carneiro" Date: Mon, 30 Apr 2007 17:37:01 +0000 Subject: fix descriptor / toggle_ref interaction bug svn path=/trunk/; revision=658 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b3131be..3792ef4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2007-04-30 Gustavo J. A. M. Carneiro + + * tests/test_subtype.py (TestSubType.testDescriptor): Unit test + for the bug below. + + * gobject/pygobject.c (pygobject_setattro): Account for the case + when attribute setting doesn't actually create an instance + dictionary, in which case pygobject_switch_to_toggle_ref would be + called twice, thereby causing gobject error. + 2007-04-29 James Livingstone reviewed by: Johan Dahlin -- cgit