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) 1000000000000;

Looks like the code generator should append a ".0" to signal
that the value is indeed a double. It be even more readable,
if it'd use the scientific E-notation, ie. 1e12.

----------
nosy: +lemburg
title: unicodetype_db.h warning: integer constant is too large for 'long' -> 
unicodetype_db.h warning: integer constant is too large    for 'long'

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7112>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to