This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-05-11.10:01:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494496862.21.0.272757843043.issue30342@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-05-11 10:01:02vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower
2017-05-11 10:01:02vstinnersetmessageid: <1494496862.21.0.272757843043.issue30342@psf.upfronthosting.co.za>
2017-05-11 10:01:02vstinnerlinkissue30342 messages
2017-05-11 10:01:02vstinnercreate