Jeroen Demeyer wrote: > On 2015-05-18 23:19, Antonio Rojas wrote: >> I've bisected and it is caused by this commit: >> https://github.com/sagemath/sage/commit/01432cf19605c9534a6063d1d66f55d7b96a50d1 > > Are you really really certain about the bisection? > > Which version of Cython (system or with Sage patches?) >
Not absolutely certain, but it sounds reasonable to me. This commits adds a sage.misc.long import in pbori.pyx which could indirectly pull some NTL imports which weren't there before and produces the conflicting class definitions. I'm using cython git master. -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
