Commit d554cdf8 authored by Victor Stinner's avatar Victor Stinner

(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.
parents b5752892 e40b3aab
This diff is collapsed.
...@@ -981,6 +981,10 @@ Extension Modules ...@@ -981,6 +981,10 @@ Extension Modules
Tests Tests
----- -----
- 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.
- Issue #8716: Avoid crashes caused by Aqua Tk on OSX when attempting to run - 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 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). in to the console windowserver (as may be the case under buildbot or ssh).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment