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 jwfang
Recipients jwfang, loewis
Date 2012-05-03.07:08:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336028898.18.0.85679869546.issue14708@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for your replying.

Here is my understanding of how the compiler chosen logic works, correct me if i am wrong:
1) If using MSVC, we should ALWAYS stick the compiler to the version which python was compiled with;
2) But we can change SDK version through DISTUTILS_USE_SDK with SetEnv.cmd already called.
3) It's the compiler version that matters, not SDK version.

But from distutils source:

if "DISTUTILS_USE_SDK" in os.environ and "MSSdk" in os.environ and ...:
                                    ^^^^^
does this mean i can not use lastest SDK since it does not set MSSdk variable?
History
Date User Action Args
2012-05-03 07:08:18jwfangsetrecipients: + jwfang, loewis
2012-05-03 07:08:18jwfangsetmessageid: <1336028898.18.0.85679869546.issue14708@psf.upfronthosting.co.za>
2012-05-03 07:08:17jwfanglinkissue14708 messages
2012-05-03 07:08:17jwfangcreate