--
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+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/ebffabc9-b0c8-656e-aab5-e769057dfe18%40gmail.com.
Thanks for the report, you are correct and there is a bug in the code. When reducing the cusp 6/7 it first reduced 6 and 7 mod the level 7 to get 6 and 0, then calls an internal function _lift_pair() which assumes that the new pair of integers is coprime.