summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-07-04 15:35:10 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-07-04 15:35:10 (GMT)
commite40b3aabfb10e1f9fd31541369fec491029d5d46 (patch)
tree1980398e5974b263fe781e6685afe4f7bbaf55d4 /Misc
parentcd1aa0d5eaab7edce2b42705a05532c41c8d0a0a (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fa9f4b8..eb9b636 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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).