• Jason Madden's avatar
    HistoricalStorageAdapter forwards release() to its instance · 6741dcfc
    Jason Madden authored
    Fixes #78.
    
    Also adjust the base wrapper's __getattr__ to be faster (500 vs 711ns
    in a benchmark of the common case) and behave the same on Python 2 vs
    Python 3 with regards to exceptions, should a method be implemented as
    an descriptor. In practice this probably makes no difference
    whatsoever, it's just the same pattern used for forwarding
    release.
    6741dcfc
test_mvccadapter.py 1.68 KB