Is there any Parent that has generators in Sage? It seems that all parents with generators use the old ParentWithGens. Also, CategoryObject._populate_generators_() contains a isinstance(.., Sequence) which will always raise an error (it should be Sequence_generic). So there can't be anybody using that code yet.
Also, the gens() method is commented out in category_object.pxd. How are you supposed to define the generators? Manually implement a gens() method? -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send email to sage-devel@googlegroups.com. To unsubscribe from this group, send email to sage-devel+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/sage-devel?hl=en.