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

Jeremy Hylton jeremy@beopen.com
Wed, 12 Jul 2000 08:29:59 -0400 (EDT)


>>>>> "FL" == Fredrik Lundh <effbot@telia.com> writes:

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

  FL> and incidentally, I just got:

  FL>     SyntaxError: expression too long

  FL> from python.

Hey!  That's cool.  In earlier versions, you would have gotten a core
dump.

Jeremy