• Tim Peters's avatar
    Finally changed Connection to use the new transaction join API. This · 61db5159
    Tim Peters authored
    essentially means a connection keep track of which objects from
    the connection are modified, instead of transactions keeping track of that.
    A good consequence hasn't yet been implemented:  if a connection is
    closed with modifications still pending, we can detect that efficiently
    now, and complain.
    61db5159
test_register_compat.py 3.79 KB