Aug. 1, 2001
4:02 a.m.
But for C extensions the situation is a bit different, they should target one ontology (or not?) and then using the extension from both languages will be not that natural. And C extension in Python typically extend the ontology, introduce new types ...
One more thing, with Python 2.2 you will be able to subclass those type from C Extensions through Python code.
regards, Samuele Pedroni.