• Jeremy Hylton's avatar
    Remove many unused default argument definitions used as speed optimizations. · 7b3ca9e6
    Jeremy Hylton authored
    Many methods had default arguments that were used to bind a global or
    builtin name, like type, None, or type(''), as a local name.  In many
    cases, the names bound were not referenced in the method body
    (presumably they used to be referenced).
    
    commit_sub(): In this one case, delete the default arg anyway, because
        it's only used once.
    7b3ca9e6
Connection.py 24.7 KB