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 Alexander Riccio
Recipients Alexander Riccio, Jim.Jewett, loewis, paul.moore, serhiy.storchaka, skrah, steve.dower, tim.golden, zach.ware
Date 2020-03-31.23:38:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585697895.59.0.130281954828.issue25878@roundup.psfhosted.org>
In-reply-to
Content
Ok, so a draft of this produces 34 warnings, but makes way more changes to the .vcxproj and .filters files than I think it should: https://github.com/ariccio/cpython/commit/60152aa065a3ad861f0359a8ada7f2fbc83a3933

Before I submit a PR, I think I should figure out how to change the defaults without Visual Studio adding a bunch of noise to the config - is that reasonable?

The warnings appear essentially innocuous - mixing signed/unsigned bytes, some benign truncation of constant values, and 3 places where local variables shadow the globals, where it looks like the global should've been used - but should be checked nonetheless.

The warnings are in the attached file.
History
Date User Action Args
2020-03-31 23:38:15Alexander Ricciosetrecipients: + Alexander Riccio, loewis, paul.moore, tim.golden, skrah, Jim.Jewett, zach.ware, serhiy.storchaka, steve.dower
2020-03-31 23:38:15Alexander Ricciosetmessageid: <1585697895.59.0.130281954828.issue25878@roundup.psfhosted.org>
2020-03-31 23:38:15Alexander Ricciolinkissue25878 messages
2020-03-31 23:38:15Alexander Ricciocreate