[ZODB-Dev] StandaloneZODB future plans

Steve Alexander steve@cat-box.net
Thu, 13 Jun 2002 15:47:30 +0100


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 ?

Actually, DynPersist isn't strictly speaking needed any more, as a 
Persistent class can implement __getattr__ and __setattr__ now. This 
wasn't possible when DynPersist was first written.

-- 
Steve Alexander