Staging
v0.5.1
https://github.com/python/cpython
Revision 1b9e76ed3a055a53ca67397e928e1b408461900b authored by vyas45 on 15 October 2017, 07:31:36 UTC, committed by Berker Peksag on 15 October 2017, 07:31:36 UTC
1 parent 28773ca
Raw File
Tip revision: 1b9e76ed3a055a53ca67397e928e1b408461900b authored by vyas45 on 15 October 2017, 07:31:36 UTC
bpo-31754: Fix type of 'itemsize' in PyBuffer_FillContiguousStrides (GH-3993)
Tip revision: 1b9e76e
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