[New-bugs-announce] [issue30342] [2.7] sysconfig.is_python_build() doesn't work if Python is built with VS 2008
STINNER Victor
report at bugs.python.org
Thu May 11 06:01:02 EDT 2017
New submission from STINNER Victor:
When Python 2.7 is compiled by VS 2008 using PC/VS9.0/ solution, the executable is PC/VS9.0/{amd64,x86}/python(_d).exe. sysconfig.is_python_build() handles PC/VS7.1/ and PCbuild/ builds, but not PC/VS9.0/ builds.
Attached PR fixes is_python_build() for VS 2008.
----------
components: Build, Library (Lib), Windows
messages: 293485
nosy: haypo, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: [2.7] sysconfig.is_python_build() doesn't work if Python is built with VS 2008
versions: Python 2.7
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30342>
_______________________________________
More information about the New-bugs-announce
mailing list