[ZODB-Dev] StandaloneZODB future plans
Toby Dickenson
tdickenson@geminidataloggers.com
Thu, 13 Jun 2002 15:59:56 +0100
On Thursday 13 Jun 2002 3:42 pm, Steve Alexander wrote:
> Jeremy Hylton wrote:
> > Which C classes? I wasn't aware of any Python extension types that
> > rely on cPersistence except BTrees.
>
> There's DynPersist.c from ZPatterns:
>
> http://www.cat-box.net/tmp/DynPersist.c
>
> What changes would be needed for 2.6 ?
For the full story, http://www.zope.org/Members/htrd/cache/api
In particular:
7. Any persistent classes that previously included code
self->state=3DcPersistent_GHOST_STATE; should be changed
to PER_GHOSTIFY(self);