Commit 12d7dbb3 authored by Robert Bradshaw's avatar Robert Bradshaw

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

parent 5750dae0
......@@ -458,6 +458,8 @@ 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