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 ocean-city
Recipients ocean-city
Date 2009-10-12.11:56:46
SpamBayes Score 0.00071420404
Marked as misclassified No
Message-id <1255348609.65.0.0972853196625.issue7112@psf.upfronthosting.co.za>
In-reply-to
Content
I've got this warning while compiling on coLinux.

gcc -pthread -c -fno-strict-aliasing -g -Wall -Wstrict-prototypes  -I.
-IInclude
 -I./Include   -DPy_BUILD_CORE -o Objects/unicodectype.o
Objects/unicodectype.c
In file included from Objects/unicodectype.c:34:
Objects/unicodetype_db.h: In function '_PyUnicodeUCS2_ToNumeric':
Objects/unicodetype_db.h:2077: warning: integer constant is too large
for 'long'
 type

This issue is related to issue1571184, I think.
History
Date User Action Args
2009-10-12 11:56:49ocean-citysetrecipients: + ocean-city
2009-10-12 11:56:49ocean-citysetmessageid: <1255348609.65.0.0972853196625.issue7112@psf.upfronthosting.co.za>
2009-10-12 11:56:46ocean-citylinkissue7112 messages
2009-10-12 11:56:46ocean-citycreate