[issue7112] unicodetype_db.h warning: integer constant is too large for 'long'

2009-10-14 Thread Amaury Forgeot d'Arc
Changes by Amaury Forgeot d'Arc amaur...@gmail.com: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7112 ___ ___

[issue7112] unicodetype_db.h warning: integer constant is too large for 'long'

2009-10-13 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc amaur...@gmail.com added the comment: Fixed with r75396 (trunk) and r75397 (py3k) I'll check with the buildbots before I close this issue. -- resolution: - fixed status: open - pending ___ Python tracker rep...@bugs.python.org

[issue7112] unicodetype_db.h warning: integer constant is too large for 'long'

2009-10-13 Thread Marc-Andre Lemburg
Marc-Andre Lemburg m...@egenix.com added the comment: Amaury Forgeot d'Arc wrote: Amaury Forgeot d'Arc amaur...@gmail.com added the comment: Fixed with r75396 (trunk) and r75397 (py3k) Thanks, Amaury. I'll check with the buildbots before I close this issue. -- status: pending -

[issue7112] unicodetype_db.h warning: integer constant is too large for 'long'

2009-10-12 Thread Hirokazu Yamamoto
New submission from Hirokazu Yamamoto ocean-c...@m2.ccsnet.ne.jp: 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

[issue7112] unicodetype_db.h warning: integer constant is too large for 'long'

2009-10-12 Thread Marc-Andre Lemburg
Marc-Andre Lemburg m...@egenix.com added the comment: Hirokazu Yamamoto wrote: This issue is related to issue1571184, I think. Assuming that you're using the SVN version of Python, I agree, that's likely. This is the line in question: case 0x5146: return (double) 1;

[issue7112] unicodetype_db.h warning: integer constant is too large for 'long'

2009-10-12 Thread Marc-Andre Lemburg
Changes by Marc-Andre Lemburg m...@egenix.com: -- assignee: - amaury.forgeotdarc nosy: +amaury.forgeotdarc ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7112 ___

[issue7112] unicodetype_db.h warning: integer constant is too large for 'long'

2009-10-12 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- nosy: +ezio.melotti ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7112 ___ ___ Python-bugs-list