Staging
v0.8.1
https://github.com/python/cpython
Revision 3af4b585527743e455145d294049c46b7c823ed9 authored by Batuhan Taskaya on 30 October 2020, 11:48:41 UTC, committed by GitHub on 30 October 2020, 11:48:41 UTC
1 parent d6238ba
Raw File
Tip revision: 3af4b585527743e455145d294049c46b7c823ed9 authored by Batuhan Taskaya on 30 October 2020, 11:48:41 UTC
bpo-42206: Propagate and raise errors from PyAST_Validate in the parser (GH-23035)
Tip revision: 3af4b58
clean.bat
@echo off
rem A batch program to clean a particular configuration,
rem just for convenience.

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