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 zach.ware
Recipients BreamoreBoy, jkloth, mdengler, steve.dower, tim.golden, zach.ware
Date 2014-11-25.04:13:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416888836.08.0.694011175488.issue22919@psf.upfronthosting.co.za>
In-reply-to
Content
After a debug build with VS2015, my biggest concern is this:

  ..\PC\bdist_wininst\install.rc(19): fatal error RC1015: cannot open include file 'afxres.h'. [P:\ath\to\cpython\PCbuild\bdist_wininst.vcxproj]

There's also a slew of new warnings, mostly C4456 and C4457 with a few C4459s thrown in.  I think we can safely disable those three (which are all about name shadowing), perhaps with a XXX comment alongside to the effect of 'it might be nice to not disable these warnings someday'.

Interestingly, there's also this warning:

  C:\Program Files (x86)\Windows Kits\8.1\Include\um\shlobj.h(1054): warning C4091: 'typedef ': ignored on left of 'tagGPFIDL_FLAGS' when no variable is declared [P:\ath\to\cpython\PCbuild\pylauncher.vcxproj]

And a matching one for pywlauncher.vcxproj.
History
Date User Action Args
2014-11-25 04:13:56zach.waresetrecipients: + zach.ware, tim.golden, jkloth, BreamoreBoy, mdengler, steve.dower
2014-11-25 04:13:56zach.waresetmessageid: <1416888836.08.0.694011175488.issue22919@psf.upfronthosting.co.za>
2014-11-25 04:13:56zach.warelinkissue22919 messages
2014-11-25 04:13:55zach.warecreate