• Jeremy Hylton's avatar
    Provide faster implementation of getSerial(). · b91fb649
    Jeremy Hylton authored
    This implementation is only faster for an object that is not modified
    in a version.  For an object modified in a version, it should be about
    the same as the default getSerial() in BaseStorage.
    b91fb649
FileStorage.py 72.8 KB