Revision 1 as of 2005-05-31 20:07:37

Clear message

At PyCon 2004 the startup time of the interpreter was analyzed and it was realized that no simple solution existed. Part of the reason was some older code, such as the 'site' module which could stand a rewrite, was not optimized for modern Python. Another issue was other modules that were written in Python that might do better written in C ('warnings'?). It seemed importation of code was the major cause of a slow startup.

So, to make this work, one might need to consider:

Unable to edit the page? See the FrontPage for instructions.