Commit 4957f69f authored by Robert Bradshaw's avatar Robert Bradshaw

Revert "Undo sorting types by inheritance until we figure out what's up with Sage."

This reverts commit 12d7dbb3.
parent 12d7dbb3
......@@ -458,8 +458,6 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode):
return (vtab_list, vtabslot_list)
def sort_cdef_classes(self, env):
# TODO(robertwb): This causes an infinite loop in Sage.
return
key_func = operator.attrgetter('objstruct_cname')
entry_dict = {}
for entry in env.c_class_entries:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment