Staging
v0.5.1
https://github.com/python/cpython
Revision 7c3f8701c48748ca52832aa7990c37831ad42492 authored by Christian Heimes on 30 November 2008, 21:12:34 UTC, committed by Christian Heimes on 30 November 2008, 21:12:34 UTC
This documentation bug has cost me several hours of debugging :/
1 parent 2b0b069
Raw File
Tip revision: 7c3f8701c48748ca52832aa7990c37831ad42492 authored by Christian Heimes on 30 November 2008, 21:12:34 UTC
w# requires Py_ssize_t, not int.
Tip revision: 7c3f870
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