[Python-Dev] Windows build broken in exceptions.c

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Wed, 12 Jul 2000 10:19:23 +0200


tim wrote:
> exceptions.c(93) : error C2026: string too big, trailing characters
> truncated=20

and incidentally, I just got:

    SyntaxError: expression too long

from python.

but back to the original topic: what does the ANSI standard
say about this?

what is, for example, the limits for integer arrays?

(my unicode database experiments results in a couple of big
ones.  and for best performance, they really have to be that
big...)

</F>