]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #12469: Run "wakeup" signal tests in subprocess to run the test in a
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Jul 2011 15:35:10 +0000 (17:35 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Jul 2011 15:35:10 +0000 (17:35 +0200)
commite40b3aabfb10e1f9fd31541369fec491029d5d46
tree1980398e5974b263fe781e6685afe4f7bbaf55d4
parentcd1aa0d5eaab7edce2b42705a05532c41c8d0a0a
Issue #12469: Run "wakeup" signal tests in subprocess to run the test in a
fresh process with only one thread and to not change signal handling of the
parent process.
Lib/test/test_signal.py
Misc/NEWS