• Victor Stinner's avatar
    bpo-30764: Windows support.SuppressCrashReport (#2423) · 95a91df0
    Victor Stinner authored
    * Add Windows support to test.support.SuppressCrashReport: call
      SetErrorMode() and CrtSetReportMode().
    * _testcapi: add CrtSetReportMode() and CrtSetReportFile() functions
      and CRT_xxx and CRTDBG_xxx constants needed by SuppressCrashReport.
    95a91df0
__init__.py 67.8 KB