[issue11998] test_signal cannot test blocked signals if _tkinter is loaded; Tcl_Finalize()

STINNER Victor report at bugs.python.org
Tue May 24 17:17:34 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

I implemented signal.pthread_kill(), so it's now possible to test pending signals in test_signal, even if _tkinter is loaded.

I don't think that we need the _finalize() hack anymore.

----------
resolution:  -> wont fix
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11998>
_______________________________________


More information about the Python-bugs-list mailing list