]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30764: test_subprocess uses SuppressCrashReport (#2405) (#2410)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 26 Jun 2017 22:00:33 +0000 (00:00 +0200)
committerGitHub <noreply@github.com>
Mon, 26 Jun 2017 22:00:33 +0000 (00:00 +0200)
commit9ad50d94599aed0c37beaf78948ec271c8aa3881
tree0614d2094faa26bd7221a4411e200161400c577a
parent55ab604e3fdb91baabe98d1c407b5910eeb31cef
bpo-30764: test_subprocess uses SuppressCrashReport (#2405) (#2410)

bpo-30764, bpo-29335: test_child_terminated_in_stopped_state() of
test_subprocess now uses support.SuppressCrashReport() to prevent the
creation of a core dump on FreeBSD.
(cherry picked from commit cdee3f14f7f4c995e7eedb0bf6a67e260c739f7d)
Lib/test/test_subprocess.py