Tim Lesher wrote:
Any test cases should definitely throw some diamond-pattern or even more degenerate cases at the implementation. What *is* the worst case for MRO complexity?
I don't think that's an issue -- the MRO gets flattened into a list at class creation time, so code that walks it never sees any of the complexities of diamonds, etc. -- Greg _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com