• Jason Madden's avatar
    The python _p_activate does state management like the C version does: set to... · 80e0c6ee
    Jason Madden authored
    The python _p_activate does state management like the C version does: set to changed during jar.setstate to prevent objects that set attributes in their __setstate__ from being registered with the jar, and unconditionally mark the object as saved when finished. This fixes problems with BTrees and DB churn, among other things. Test this.
    80e0c6ee
persistence.py 17.6 KB