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 pitrou
Recipients pitrou
Date 2009-05-04.21:19:42
SpamBayes Score 7.350476e-07
Marked as misclassified No
Message-id <1241471984.38.0.629165651033.issue5929@psf.upfronthosting.co.za>
In-reply-to
Content
This happens in trunk and py3k:

gcc -pthread -c -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall
-Wstrict-prototypes  -I. -IInclude -I./Include   -DPy_BUILD_CORE -o
Objects/unicodeobject.o Objects/unicodeobject.c
Objects/unicodeobject.c: In function ‘PyUnicodeUCS2_FromFormatV’:
Objects/unicodeobject.c:795: attention : pointer targets in passing
argument 1 of ‘strlen’ differ in signedness
Objects/unicodeobject.c:795: attention : pointer targets in passing
argument 1 of ‘PyUnicodeUCS2_DecodeUTF8’ differ in signedness
History
Date User Action Args
2009-05-04 21:19:44pitrousetrecipients: + pitrou
2009-05-04 21:19:44pitrousetmessageid: <1241471984.38.0.629165651033.issue5929@psf.upfronthosting.co.za>
2009-05-04 21:19:43pitroulinkissue5929 messages
2009-05-04 21:19:42pitroucreate