Staging
v0.5.1
https://github.com/python/cpython
Revision 99b5afab74428e5ddfd877bdf3aa8a8c479696b1 authored by Benjamin Peterson on 14 April 2014, 02:10:38 UTC, committed by Benjamin Peterson on 14 April 2014, 02:10:38 UTC
1 parent 80e6af1
Raw File
Tip revision: 99b5afab74428e5ddfd877bdf3aa8a8c479696b1 authored by Benjamin Peterson on 14 April 2014, 02:10:38 UTC
in scan_once, prevent the reading of arbitrary memory when passed a negative index
Tip revision: 99b5afa
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