[Python-Dev] Python startup time: String objects (original) (raw)
Guido van Rossum guido at python.org
Thu Mar 25 14:58:51 EST 2004
- Previous message: [Python-Dev] Python startup time: String objects
- Next message: [Python-Dev] Moving from PYTHONDIR/config to pkgconfig
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/)
- Previous message: [Python-Dev] Python startup time: String objects
- Next message: [Python-Dev] Moving from PYTHONDIR/config to pkgconfig
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]