PS: On 2012-12-28, Simon King <[email protected]> wrote: > I saw different crashes. One is triggered by > sage: from sage.tests.benchmark import FiniteExtFieldMult > sage: B = FiniteExtFieldMult(GF(Integer(9), 'x'), Integer(2))
Actually, sage: K = GF(9, 'x') is enough to get a wrong refcount. Could that be ZODB related? Cheers, Simon -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel?hl=en.
