]> granicus.if.org Git - python/commit
bpo-30764: test_subprocess uses SuppressCrashReport (#2405)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 26 Jun 2017 15:23:03 +0000 (17:23 +0200)
committerGitHub <noreply@github.com>
Mon, 26 Jun 2017 15:23:03 +0000 (17:23 +0200)
commitcdee3f14f7f4c995e7eedb0bf6a67e260c739f7d
tree8d1ea6c003d4ae4acbe8a7e1de403ca7784e4a50
parentace56d583664f855d89d1219ece7c21c2fddcf30
bpo-30764: test_subprocess uses SuppressCrashReport (#2405)

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.
Lib/test/test_subprocess.py