[Python-Dev] Problems with the new unicodectype.c
M.-A. Lemburg
mal@lemburg.com
Wed, 05 Jul 2000 23:09:53 +0200
Jack Jansen wrote:
>
> Is anyone else experiencing problems with the immense new switch in
> unicodectype.c? Trying to compile it crashes my machine(!)...
It compiles fine on my Linux machine using gcc. The output
is a 114k .o file (including debug information).
Do you have similar problems with ceval.c ? If yes, I could
break the switch in two using the same flag as in ceval.c.
If not, please give some compiler details, so that I can
switch on those.
Thanks,
--
Marc-Andre Lemburg
______________________________________________________________________
Business: http://www.lemburg.com/
Python Pages: http://www.lemburg.com/python/