diff options
| author | Gustavo J. A. M. Carneiro <gjc@src.gnome.org> | 2007-04-30 17:50:43 +0000 |
|---|---|---|
| committer | Gustavo J. A. M. Carneiro <gjc@src.gnome.org> | 2007-04-30 17:50:43 +0000 |
| commit | ecbf8b6315dda927f4f90d8651033eb67c46a187 (patch) | |
| tree | 06a042ad7390593a49ac66c53b05d33ad31cf783 /ChangeLog | |
| parent | 5c907554f4c995d0dba2359c8a30fe29927e02d0 (diff) | |
fix GSlice thread init warning
svn path=/trunk/; revision=660
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2007-04-30 Gustavo J. A. M. Carneiro <gjc@inescporto.pt> + * tests/common.py (importModules): Import testhelper first so that + g_thread_init is called before init_pygobject. + + * tests/testhelpermodule.c (inittesthelper): Call g_thread_init + before init_pygobject. + * tests/test_subtype.py (TestSubType.testDescriptor): Unit test for the bug below. |
