]> granicus.if.org Git - python/commit
Issue #11998, issue #8407: workaround _tkinter issue in test_signal
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 4 May 2011 10:38:03 +0000 (12:38 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 4 May 2011 10:38:03 +0000 (12:38 +0200)
commit6fd49e152ae173e4f89d5d547b828fa8af4072f2
tree04f24c7b37ca71bf782cba88dee378fd442fd880
parent55b5fa76a73c6c1cddec649846faf6bad0f2cfd6
Issue #11998, issue #8407: workaround _tkinter issue in test_signal

The _tkinter module loads the Tcl library which creates a thread waiting events
in select(). This thread receives signals blocked by all other threads. We
cannot test blocked signals if the _tkinter module is loaded.
Lib/test/test_signal.py