]> granicus.if.org Git - python/commit
(merge 3.2) Issue #12469: Run wakeup and pending signal tests in a subprocess
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Jul 2011 15:49:40 +0000 (17:49 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Jul 2011 15:49:40 +0000 (17:49 +0200)
commitd554cdf8b91ac104229e4b4e8774aea58c4ae235
tree236ef853efadc4917ab4ec6da40c964acb8ea968
parentb575289292902bb078dbd128a90da642c27d4ad6
parente40b3aabfb10e1f9fd31541369fec491029d5d46
(merge 3.2) Issue #12469: Run wakeup and pending signal tests in a 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