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 steveha
Recipients steveha
Date 2015-04-14.20:24:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429043048.03.0.90246390985.issue23958@psf.upfronthosting.co.za>
In-reply-to
Content
The normal build should not have any warnings.  The source for libffi included some comparisons between signed int and unsigned int, which caused warnings.

The patch changes the signed int variables to unsigned int.
History
Date User Action Args
2015-04-14 20:24:08stevehasetrecipients: + steveha
2015-04-14 20:24:08stevehasetmessageid: <1429043048.03.0.90246390985.issue23958@psf.upfronthosting.co.za>
2015-04-14 20:24:07stevehalinkissue23958 messages
2015-04-14 20:24:07stevehacreate