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

2020-11-24 Thread Roundup Robot


Change by Roundup Robot :


--
pull_requests: +22379
pull_request: https://github.com/python/cpython/pull/23490

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2011-05-24 Thread STINNER Victor

STINNER Victor victor.stin...@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 rep...@bugs.python.org
http://bugs.python.org/issue11998
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2011-05-04 Thread STINNER Victor

Changes by STINNER Victor victor.stin...@haypocalc.com:


--
title: test_signal cannot test blocked signals if _tkinter is loaded - 
test_signal cannot test blocked signals if _tkinter is loaded; Tcl_Finalize()

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue11998
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com