This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: make test_signal less annoying
Type: Stage:
Components: Tests Versions: Python 2.4
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: anthonybaxter Nosy List: anthonybaxter, mwh
Priority: normal Keywords: patch

Created on 2004-06-11 17:55 by mwh, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_signal.diff mwh, 2004-06-11 17:55 mwh's patch #1
Messages (2)
msg46168 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2004-06-11 17:55
test_signal seems to go out of it's way to use signals that 
are actually useful (SIGINT & SIGQUIT).

this patch stops that & attempts to restore signal actions 
after the test runs.
msg46169 - (view) Author: Michael Hudson (mwh) (Python committer) Date: 2004-06-11 18:10
Logged In: YES 
user_id=6656

check in after comments on irc.  revision 1.15 of Lib/test/
test_signal.py.
History
Date User Action Args
2022-04-11 14:56:04adminsetgithub: 40387
2004-06-11 17:55:14mwhcreate