[Python-Dev] Python startup time: String objects (original) (raw)

Guido van Rossum guido at python.org
Thu Mar 25 14:58:51 EST 2004


The change is backwards-compatible in the sense that existing files can be unmarshalled just fine. Problems will only arise if new marshal output is unmarshalled by old versions, which could be solved with an option during marshalling.

Works for me. Make sure to update py_compile.py.

--Guido van Rossum (home page: http://www.python.org/~guido/)



More information about the Python-Dev mailing list