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 tim.golden
Recipients serhiy.storchaka, tim.golden
Date 2013-10-27.19:44:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382903078.0.0.055907083151.issue19418@psf.upfronthosting.co.za>
In-reply-to
Content
Modules/audioop.c is giving compile warnings on Windows against lines 18 & 437.

..\Modules\audioop.c(18): warning C4146: unary minus operator applied to unsigned type, result still unsigned
..\Modules\audioop.c(437): warning C4146: unary minus operator applied to unsigned type, result still unsigned
History
Date User Action Args
2013-10-27 19:44:38tim.goldensetrecipients: + tim.golden, serhiy.storchaka
2013-10-27 19:44:37tim.goldensetmessageid: <1382903078.0.0.055907083151.issue19418@psf.upfronthosting.co.za>
2013-10-27 19:44:37tim.goldenlinkissue19418 messages
2013-10-27 19:44:37tim.goldencreate