cpython/Lib/test/support
Victor Stinner a36e939aeb bpo-30125: disable faulthandler in ctypes test_SEH (#1237)
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.
2017-04-22 00:31:13 +02:00
..
__init__.py bpo-30125: disable faulthandler in ctypes test_SEH (#1237) 2017-04-22 00:31:13 +02:00
script_helper.py Merge 3.6 2017-01-12 11:53:20 +01:00