Python for small systems (ucLinux)

Paul Rubin http
Wed Feb 12 19:24:46 EST 2003


"Jeffery D. Collins" <jcollins at boulder.net> writes:
> have you tried to build python without (most of) the extension
> modules and then use freeze to select only the necessary modules?
> IIRC, you can even turn off unicode support - there is a macro for
> this - as well as complex number support.  You might want to try
> this first; it may be good enough.

Can you turn off eval and exec?  That cuts out the whole compiler.




More information about the Python-list mailing list