Fixed several bugs in new-style MRO algorithm

This commit is contained in:
Andrey Vlasovskikh
2013-04-18 21:03:50 +04:00
parent f8eb0dd7f6
commit d6972abf2a
11 changed files with 212 additions and 15 deletions
@@ -0,0 +1,5 @@
from CircularInheritance2 import B
class Foo(B):
pass