• Jeremy Hylton's avatar
    Simplify tpc_vote() and reflow some long lines. · 72cf125d
    Jeremy Hylton authored
    The simplifications focus on avoiding tests that can be done
    elsewhere and on avoiding excessive use of local variable aliases for
    attributes.
    
    Move tests for too-long transaction metadata to _begin(), where the
    variables are set instead of here where they are read.
    72cf125d
FileStorage.py 82.6 KB