Message 240300 - Python tracker

Message240300

Author zach.ware
Recipients loewis, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-04-09.01:48:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428544092.12.0.0728019129879.issue21411@psf.upfronthosting.co.za>
In-reply-to
Content
This has been complicated by the migration to VS2015, which added a bunch of new warnings.  Obviously we can't enable this now without either fixing all the warnings (unlikely, I think; most of them are just about shadowing vars) or disabling particular ones.

So at this point, fix, disable, or reject?
History
Date User Action Args
2015-04-09 01:48:12zach.waresetrecipients: + zach.ware, loewis, paul.moore, tim.golden, steve.dower
2015-04-09 01:48:12zach.waresetmessageid: <1428544092.12.0.0728019129879.issue21411@psf.upfronthosting.co.za>
2015-04-09 01:48:12zach.warelinkissue21411 messages
2015-04-09 01:48:11zach.warecreate