Staging
v0.5.1
https://github.com/python/cpython
Revision eda70b81d3346f1831efe0f1b9553ef9f1bb4ca3 authored by Daniel Stutzbach on 04 May 2011, 19:46:28 UTC, committed by Daniel Stutzbach on 04 May 2011, 19:46:28 UTC
1 parent 0d5e52d
Raw File
Tip revision: eda70b81d3346f1831efe0f1b9553ef9f1bb4ca3 authored by Daniel Stutzbach on 04 May 2011, 19:46:28 UTC
#11335: Fix memory leak after key function failure in sort
Tip revision: eda70b8
env.bat
@echo off
set VS9=%ProgramFiles%\Microsoft Visual Studio 9.0
echo Build environments: x86, ia64, amd64, x86_amd64, x86_ia64
echo.
call "%VS9%\VC\vcvarsall.bat" %1
back to top