subclassing "object" class in C?

Maciej Kalisiak mac at die.spammer.die.dgp.toronto.edu
Mon Apr 7 14:18:04 EDT 2003


How does one subclass the "object" class in C?  A lot of examples I've seen of
writing picklable subclasses in Python first subclass "object" (e.g. PEP 307).
I'd like to do this in C, as that's where I'm writing an extension class/type.





More information about the Python-list mailing list