[Zope-dev] Re: compiling intSet.c on Zope 2.8.8

Chris Withers chris at simplistix.co.uk
Sat Aug 11 04:59:12 EDT 2007


Dieter Maurer wrote:
> Chris Withers wrote at 2007-8-10 07:38 +0100:
>> ...
>> I'm thinking something along the lines of create intSet.py something 
>> like as follows and putting it somewhere on the PYTHONPATH:
>>
>> class intSet(Persistent):
>>
>>   def __setstate__(self,...):
>>     ...
>>
>> Would that work?
> 
> No.
> 
> Both "Persistent" and "intSet" come with their own C level
> attributes. Therefore, Python does not allow them to be combined
> through subclassing.

I'm not subclass intSet in the above, I'm rewriting intSet as a python 
class that subclasses persistent, and then decoding the state in the 
setstate method...

cheers,

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk


More information about the Zope-Dev mailing list