• Tim Peters's avatar
    load() and loadEx(): eliminate gratuitous differences. · ab371f52
    Tim Peters authored
    Ideally, load() should call loadEx() instead, but we really
    don't want "an extra" Python-level call here (heavily used).
    
    loadEx():  deleted pointless call of self._read_txn_header().
    
    ServerStub.loadEx() comments:  these were obviously wrong in
    several ways, but I don't know the full truth.  Better to
    say so up front than to leave them clearly wrong, though.
    ab371f52
ServerStub.py 10.4 KB