summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorMark McLoughlin <mark@skynet.ie>2005-05-09 20:01:40 +0000
committerJohan Dahlin <johan@src.gnome.org>2005-05-09 20:01:40 +0000
commit46323c8148108e48abf6725646c5ab68406f2a8f (patch)
tree4c5df1f3f3b7f72e52c000f803dfc324b139a1da /tests/Makefile.am
parentd00fbae42480e2fa0b911d386d45fd8e046eef88 (diff)
downloadpygobject-46323c8148108e48abf6725646c5ab68406f2a8f.tar.gz
pygobject-46323c8148108e48abf6725646c5ab68406f2a8f.tar.xz
pygobject-46323c8148108e48abf6725646c5ab68406f2a8f.zip
Fix for bug #303573 - "exceptions raised in a child watch handler are
2005-05-09 Mark McLoughlin <mark@skynet.ie> Fix for bug #303573 - "exceptions raised in a child watch handler are silently swallowed" * gobject/gobjectmodule.c: (child_watch_func), (_pyg_spawn_async_callback): if PyObject_CallFunction() returns NULL, print a traceback of the exception. * tests/test_mainloop.py: add testcase. * tests/Makefile.am: add test_mainloop.py Reviewed by Johan Dahlin <johan@gnome.org>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 650dd5a..9b0b8de 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -23,6 +23,7 @@ tests = \
test_dialog.py \
test_enum.py \
test_gtype.py \
+ test_mainloop.py \
test_radiobutton.py \
test_signal.py \
test_subprocess.py \