On Friday, May 20, 2016 at 11:26:50 AM UTC-7, Nils Bruin wrote:
>
> Come to think of it, I think that flag already exists:
>
> sys.setrecursionlimit(50000)
>

OK, patching sage.doctest.forker.init_sage to include this statements 
results in:

sage -t src/sage/functions/other.py  # Killed due to segmentation fault
sage -t src/sage/functions/log.py  # Killed due to segmentation fault
sage -t src/sage/structure/coerce_dict.pyx  # 2 doctests failed
sage -t src/sage/rings/qqbar.py  # 2 doctests failed

These are tickets #20624, #20642 (convenient relation between ticket 
numbers!) for the first two failures. The second two fail because they 
actually test something about the recursion limit.

Can we make this check part of our usual routine somewhere?

-- 
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 https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to