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 nikratio, pitrou, vstinner, zach.ware
Date 2014-05-05.19:16:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399317412.48.0.97409893432.issue21442@psf.upfronthosting.co.za>
In-reply-to
Content
Issue #21377 introduced a compiler warning on Windows:

..\Objects\bytesobject.c(2824): warning C4018: '>' : signed/unsigned mismatch [P:\ath\to\cpython\PCbuild\pythoncore.vcxproj]
History
Date User Action Args
2014-05-05 19:16:52zach.waresetrecipients: + zach.ware, pitrou, vstinner, nikratio
2014-05-05 19:16:52zach.waresetmessageid: <1399317412.48.0.97409893432.issue21442@psf.upfronthosting.co.za>
2014-05-05 19:16:52zach.warelinkissue21442 messages
2014-05-05 19:16:51zach.warecreate