Is there a difference between doctests in a .py and .pyx file? I put the exact same doctest into a .py file where it runs fine, and in a .pyx file where it goes into an infinite recursion and then crashes. The function begin tested is recursive (but in the doctest example it does not loop endlessly!).
I can post the code but it's based on a new patch (for trac#1951) so if it is not obvious what's wrong I'll post the patch anyway to trac so someone can help out. John --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---