Staging
v0.8.1
https://github.com/python/cpython
Revision a0c6c1c6598173a524633c9b8fb23780f794b998 authored by Jason R. Coombs on 30 August 2015, 17:22:56 UTC, committed by Jason R. Coombs on 30 August 2015, 17:22:56 UTC
1 parent fa5e7cf
Raw File
Tip revision: a0c6c1c6598173a524633c9b8fb23780f794b998 authored by Jason R. Coombs on 30 August 2015, 17:22:56 UTC
Issue #12285: Add test capturing failure.
Tip revision: a0c6c1c
errmap.mak
errmap.h:	generrmap.exe
	.\generrmap.exe > errmap.h

genermap.exe:	generrmap.c
	cl generrmap.c
back to top