[Python-checkins] [python/cpython] 3a8f8e: bpo-30125: Fix faulthandler.disable() on Windows (...

GitHub noreply at github.com
Fri Apr 21 17:17:35 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 3a8f8ea2aca46f9ef1e715f2c924357b6719525f
      https://github.com/python/cpython/commit/3a8f8ea2aca46f9ef1e715f2c924357b6719525f
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-04-21 (Fri, 21 Apr 2017)

  Changed paths:
    M Lib/test/test_faulthandler.py
    M Modules/faulthandler.c

  Log Message:
  -----------
  bpo-30125: Fix faulthandler.disable() on Windows (#1243)

On Windows, faulthandler.disable() now removes the exception handler
installed by faulthandler.enable().




More information about the Python-checkins mailing list