I've got some fixed-size types with identical object layout defind in C. The only differences are: Which methods they have, the name, and some are subtypes of others. Can I modify the ob_type of their instances, to switch between which of these types an object has? -- Hallvard