On 2016-01-10 18:26, Daniel Krenn wrote:
This shows that the problem is += in
   s += self.separator.join(E)

Are you sure? I already get a problem here:

/usr/local/src/sage-config/src/sage/data_structures/lazy_list.pyx in sage.data_structures.lazy_list.lazy_list_abstract.__repr__ (build/cythonized/sage/data_structures/lazy_list.c:3695)()
    487         if s:
    488             s += ' '
--> 489         s += self.opening_delimiter
    490         cdef list E = list('{!r}'.format(self.get(n))
491 for n in xrange(min(num_elts, self.preview)))


And indeed, both s and self.opening_delimiter are None.

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to