Staging
v0.8.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
Raw File
Tip revision: 95a91df0363f88722ea2860d9d42a0b04b3f8be2 authored by Victor Stinner on 27 June 2017, 12:31:40 UTC
bpo-30764: Windows support.SuppressCrashReport (#2423)
Tip revision: 95a91df
.bzrignore
.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Parser/pgen
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
.coverage
coverage/*
htmlcov/*
back to top