cpython/Lib/test/support
Victor Stinner c9ca57eeea bpo-30107: Make SuppressCrashReport quiet on macOS (#1279) (#1335)
On macOS, SuppressCrashReport now redirects /usr/bin/defaults command
stderr into a pipe to not pollute stderr. It fixes a
test_io.test_daemon_threads_shutdown_stderr_deadlock() failure when
the CrashReporter domain doesn't exists. Message logged into stderr:

2017-04-24 16:57:21.432 defaults[41046:2462851]
The domain/default pair of (com.apple.CrashReporter, DialogType) does not exist
(cherry picked from commit d819ad9832)
2017-04-28 03:27:51 +02:00
..
__init__.py bpo-30107: Make SuppressCrashReport quiet on macOS (#1279) (#1335) 2017-04-28 03:27:51 +02:00
script_helper.py Fix script_helper.run_python_until_end(): copy SYSTEMROOT 2017-01-12 11:51:46 +01:00