Staging
v0.5.1
https://github.com/python/cpython
Revision 70c630a7316f9f6063557786442e3c56502fe8ea authored by Victor Stinner on 24 September 2017, 22:45:00 UTC, committed by larryhastings on 24 September 2017, 22:45:00 UTC
Works around Travis CI bug about the python3.5 binary:
https://github.com/travis-ci/travis-ci/issues/8363
1 parent 0d68d6d
Raw File
Tip revision: 70c630a7316f9f6063557786442e3c56502fe8ea authored by Victor Stinner on 24 September 2017, 22:45:00 UTC
bpo-31568, Travis CI: Fix python3.5 (#3737)
Tip revision: 70c630a
errmap.mak
errmap.h:	generrmap.exe
	.\generrmap.exe > errmap.h

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