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 steve.dower
Recipients BreamoreBoy, Michael.Clerx, dstufft, eric.araujo, indygreg, steve.dower
Date 2015-03-09.15:18:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425914290.55.0.369791225238.issue23246@psf.upfronthosting.co.za>
In-reply-to
Content
> Very ugly :-)

And also incorrect on 64-bit interpreters (but not 32-bit interpreters on 64-bit machines, oddly enough), and machines where the user has installed the compiler just for themselves.

I'd seriously suggest copying the monkey patch from https://bitbucket.org/pypa/setuptools/src/18eceee63709bc70c06b51a609f3dbd2eab07ef4/setuptools/msvc9_support.py?at=default
History
Date User Action Args
2015-03-09 15:18:10steve.dowersetrecipients: + steve.dower, eric.araujo, BreamoreBoy, dstufft, indygreg, Michael.Clerx
2015-03-09 15:18:10steve.dowersetmessageid: <1425914290.55.0.369791225238.issue23246@psf.upfronthosting.co.za>
2015-03-09 15:18:10steve.dowerlinkissue23246 messages
2015-03-09 15:18:10steve.dowercreate