Staging
v0.5.1
https://github.com/python/cpython
Revision 6023d334337256c8e3bc0eb11e6952d0e021aec5 authored by Raymond Hettinger on 21 November 2016, 23:32:08 UTC, committed by Raymond Hettinger on 21 November 2016, 23:32:08 UTC
1 parent 7f94619
Raw File
Tip revision: 6023d334337256c8e3bc0eb11e6952d0e021aec5 authored by Raymond Hettinger on 21 November 2016, 23:32:08 UTC
Issue #28743: Reduce memory consumption for random module tests
Tip revision: 6023d33
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