Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 849b062a82ca2f09e33259d34067faba196c9e23 https://github.com/python/cpython/commit/849b062a82ca2f09e33259d34067faba196c9e23 Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年06月26日 (2017年6月26日) Changed paths: M Lib/test/test_subprocess.py Log Message: ----------- 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)