Embeded python without filesystem

"Martin v. Löwis" martin at v.loewis.de
Fri Apr 16 15:52:16 EDT 2004


Jacek Cz wrote:
> Do you have some tips about making Python small (minimal list of 
> modules) and isolated from filesystem. I have an idea
> 
> #define Py_WITHOUT_FILES
> This switch should disable some function/modules from modules sys, 
> fileobject, but also import from file, path resolving etd.

It would be good if you could try to develop such a patch, and would
volunteer to maintain it. If you do volunteer, there is a good chance
that it gets included with Python.

Regards,
Martin




More information about the Python-list mailing list