• Tim Peters's avatar
    _setstate_noncurrent(): New assert. Hoping to get closer to the true · cb9836a1
    Tim Peters authored
    cause of the:
    
      TypeError: unpack() argument 2 must be string or read-only buffer, not None
    
    failure often seen in overnight testrunner reports now, coming from the
    checkConcurrentUpdatesInVersions test.  If the hypothesis is correct,
    we'll see a failure of the new
    
            assert end is not None
    
    instead.
    cb9836a1
Connection.py 39.3 KB