I get the above message when I ask SageMath 9.1 to swallow a large 
expression (attached file). Is anyone else seeing this message?

All variables are declared real. The message did not show up until I 
started using 9.1

For now, my workaround is to raise the recursion limit:
    import sys
    sys.getrecursionlimit()  # returns 1000
    sys.setrecursionlimit(10000)


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/aad972b4-a27d-4c2c-ad9f-3b749e4d1af2o%40googlegroups.com.

Attachment: DPT_defn
Description: Binary data

Reply via email to