[Python-checkins] [python/cpython] e005dd: bpo-30125: disable faulthandler in ctypes test_SEH...

GitHub noreply at github.com
Fri Apr 28 10:06:49 EDT 2017


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

  Changed paths:
    M Lib/ctypes/test/test_win32.py
    M Lib/test/support/__init__.py

  Log Message:
  -----------
  bpo-30125: disable faulthandler in ctypes test_SEH (#1237) (#1343)

Disable faulthandler to run test_SEH() of test_ctypes to prevent the
following log with a traceback:

    Windows fatal exception: access violation

Add support.disable_faulthandler() context manager.
(cherry picked from commit a36e939aeb3b5a2c56561eb24f0e339eee9f3f9d)




More information about the Python-checkins mailing list