• Boxiang Sun's avatar
    Use PyObject_GetDict instead of _PyObject_GetDictPtr · c613ded0
    Boxiang Sun authored
    ZODB try to get object's dict and copy it without modification.
    Pyston can't provide a writable dict. However, it can provide a
    copy of object's dict. So add a new PyObject_GetDict API to return
    a copy of object's dict. And let ZODB use this API.
    c613ded0
cPersistence.c 34.1 KB