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 vajrasky
Recipients Arfrever, ezio.melotti, python-dev, serhiy.storchaka, vajrasky, vstinner
Date 2013-10-30.02:19:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383099569.47.0.278159792129.issue19424@psf.upfronthosting.co.za>
In-reply-to
Content
Victor, I found out that this commit http://hg.python.org/cpython/rev/34e166d60f37 gives me compiler warning.

Objects/unicodeobject.c: In function ‘PyUnicode_CompareWithASCIIString’:
Objects/unicodeobject.c:10583:22: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
gcc -pthread -c -Wno-unused-result -Werror=declaration-after-statement -g -O0 -Wall -Wstrict-prototypes     -I. -IInclude -I./Include    -DPy_BUILD_CORE \

Attached the patch to remove the compiler warning.
History
Date User Action Args
2013-10-30 02:19:29vajraskysetrecipients: + vajrasky, vstinner, ezio.melotti, Arfrever, python-dev, serhiy.storchaka
2013-10-30 02:19:29vajraskysetmessageid: <1383099569.47.0.278159792129.issue19424@psf.upfronthosting.co.za>
2013-10-30 02:19:29vajraskylinkissue19424 messages
2013-10-30 02:19:28vajraskycreate