Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 8075868f19967f291f123f17962a453b38dec8d2 authored by Miss Islington (bot) on 30 April 2018, 20:36:49 UTC
bpo-33352: Skip test_regrtest test if rt.bat does not exist (GH-6654) (#6656)
Tip revision: 8075868
errmap.mak
errmap.h:	generrmap.exe
	.\generrmap.exe > errmap.h

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