• Tim Peters's avatar
    Change ConflictError constructor to stop importing app objects. · aa193989
    Tim Peters authored
    When the ConflictError constructor is passed a pickle, extract
    the module and class names without loading the pickle.  A ZEO
    server doesn't necessarily have the implementation code for
    application classes, and when that's so the attempt to raise
    ConflictError was itself dying with an ImportError.
    aa193989
To find the state of this project's repository at the time of any of these versions, check out the tags.
NEWS.txt 76.6 KB