Re: [sage-devel] Exponentiation by PARI gen objects
Easy fix at http://trac.sagemath.org/ticket/15785 (needs review) -- 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
[sage-devel] Exponentiation by PARI gen objects
Through version 5.12, Sage could exponentiate vanilla Python integers by PARI gen objects. However, in 5.13 and 6.1 the follow code throws an error: sage: int(1)**pari(1) --- TypeError Trace