diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-07-04 15:35:10 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-07-04 15:35:10 (GMT) |
commit | e40b3aabfb10e1f9fd31541369fec491029d5d46 (patch) | |
tree | 1980398e5974b263fe781e6685afe4f7bbaf55d4 /Misc | |
parent | cd1aa0d5eaab7edce2b42705a05532c41c8d0a0a (diff) | |
download | cpython-e40b3aabfb10e1f9fd31541369fec491029d5d46.zip cpython-e40b3aabfb10e1f9fd31541369fec491029d5d46.tar.gz cpython-e40b3aabfb10e1f9fd31541369fec491029d5d46.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -38,6 +38,10 @@ C-API Tests ----- +- 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. + - Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run test_tk or test_ttk_guionly under a username that is not currently logged in to the console windowserver (as may be the case under buildbot or ssh). |