[Python-Dev] Unicode compile

Andrew M. Kuchling akuchlin@mems-exchange.org
Thu, 30 Mar 2000 15:14:27 -0500 (EST)


Guido van Rossum writes:
>I'm not sure how to fix this, short of reading the main database from
>a file.  Marc-Andre?

Turning off optimization may help.  (Or it may not -- it might be
creating the data structures for a large static table that's the
problem.)

--amk