Hi all,

I once read that it is possible to use a python base class for a C 
extension class. To be precise, I want to achieve the following 
behavior:

class PythonClass :
        pass

class CClass(PythonClass) :
        "this class should be implemented as C extension"
        pass


Unfortunately, google could not find me the right reference. Does 
anyone know how to do it, or where I can find relevant information?

Thanks,

- harold -


--
Je me suis enfermé dans mon amour -- je rève.
-- Paul Eluard
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to