[Python-checkins] [python/cpython] 849b06: bpo-30764: test_subprocess uses SuppressCrashRepor...

GitHub noreply at github.com
Mon Jun 26 12:05:23 EDT 2017


  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 (Mon, 26 Jun 2017)

  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)




More information about the Python-checkins mailing list