Larry Hastings wrote:

> Also, how much would I be
> able to trim away if I recompiled it myself?  Is a lot of it native
> implementations of Python libraries that I might not care about
> including, or is it all fundamental VM stuff that couldn't possibly
be
> removed?

In Pythons config.c file You can determine which ext-modules will be
compiled into the core. I estimate that a lean core would have a size
around ~600kb. Trimming down further may become hard because You may
have to decide what to sacrifice: tuples, classes or objects ;)

Regards,
Kay

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to