Staging
v0.5.1
https://github.com/python/cpython
Revision 95a91df0363f88722ea2860d9d42a0b04b3f8be2 authored by Victor Stinner on 27 June 2017, 12:31:40 UTC, committed by GitHub on 27 June 2017, 12:31:40 UTC
* 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.
1 parent 305f333
History
Tip revision: 95a91df0363f88722ea2860d9d42a0b04b3f8be2 authored by Victor Stinner on 27 June 2017, 12:31:40 UTC
bpo-30764: Windows support.SuppressCrashReport (#2423)
Tip revision: 95a91df
File Mode Size
Modules
Python
support
Makefile -rw-r--r-- 14.2 KB
README -rw-r--r-- 1.2 KB
pyconfig.h -rw-r--r-- 18.1 KB
sleep.c -rw-r--r-- 964 bytes
unixstuff.c -rw-r--r-- 1.7 KB
unixstuff.h -rw-r--r-- 318 bytes

README

back to top