• Marius Wachtler's avatar
    Use cpythons isinstance and issubclass implementation · 836af2e4
    Marius Wachtler authored
    This commit removes our implementation of this functions,
    because they could not handle mixing of old and new style classes.
    And having two implementations with very similar name but different
    results is very confusing.
    Also adds __subclasscheck__ and __instancecheck__ support
    836af2e4
irgenerator.cpp 103 KB