[IronPython] Inheritance problem

Sanghyeon Seo sanxiyn at gmail.com
Thu May 11 02:26:55 PDT 2006


# test.py
class C(object): pass
class D(object): pass
class E(D): pass
class F(C, E): pass

# IronPython
TypeError: order for classes object has been seen in the class hierachy before D

Seo Sanghyeon


More information about the users mailing list