]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30764: test_subprocess uses SuppressCrashReport (#2405) (#2411)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 26 Jun 2017 16:05:21 +0000 (18:05 +0200)
committerGitHub <noreply@github.com>
Mon, 26 Jun 2017 16:05:21 +0000 (18:05 +0200)
commit849b062a82ca2f09e33259d34067faba196c9e23
treeb0f82b48ba26aa8f45588faaeda3d0dbc9ace9b8
parent99e9eb6111ef6a11bfff358866c9f2b0c201ac08
bpo-30764: test_subprocess uses SuppressCrashReport (#2405) (#2411)

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