Staging
v0.5.1
https://github.com/python/cpython
Revision 73bff8c1e66f3ab711df91cde9d8b54fd9db2f1e authored by Larry Hastings on 25 July 2017, 09:08:36 UTC, committed by Larry Hastings on 25 July 2017, 09:08:36 UTC
1 parent a628478
Raw File
Tip revision: 73bff8c1e66f3ab711df91cde9d8b54fd9db2f1e authored by Larry Hastings on 25 July 2017, 09:08:36 UTC
Post-release version bump for 3.5.4rc1.
Tip revision: 73bff8c
build_pgo.bat
@echo off
echo.DeprecationWarning:
echo.    This script is deprecated, use `build.bat --pgo` instead.
echo.

call "%~dp0build.bat" --pgo %*
back to top