◐ Shell
clean mode source ↗

Message 8703 - Python tracker

Logged In: YES 
user_id=6380

Hm, I'm surprised that t (which was returned by
type(object)) is not considered a type. Can you explain the
Boost metaclass hierarchy a bit so that I can understand how
this can work? It was found in the ob_type slot of the
object (because that's what type() returns) so it should
look a lot like a type! Then why isn't it one?

IOW I think that the correct solution would be a change to
Boost. But I'm open to persuasion.