Hi, #6717 just got a quick review, and a positive one (thanks, Burcin!).
As for the "twisted.py" failure: I did immediately retry it after the full Sage testlong suite, and it had failed again. But on fifteen more runs right now, I saw only two failures, and thirteen successes. The system load was more or less the same throughout. This issue seems to be buried somewhat deeper, a race condition or whatever ... Cheers, Georg BTW: Although I thought I fixed that "decorate.py" doctest failure some time ago (#trac 6649) and did some search after "os.popen2" (which back then revealed only one more occurence somewhere in some optional doctest I didn't touch and don't remember right now), this issue still seems to be lurking around on more places. Rebuilding the "expression.pyx" gave me: Updating Cython code.... Building modified file sage/symbolic/expression.pyx. setup.py:180: DeprecationWarning: os.popen2 is deprecated. Use the subprocess module. return int(os.popen2("sysctl -n hw.ncpu")[1].read().strip()) Execute 1 commands (using 1 threads) python `which cython` --embed-positions --incref-local-binop -I/Users/ Shared/sage/sage-4.1.1.rc2/devel/sage-main -o sage/symbolic/ expression.cpp sage/symbolic/expression.pyx Oh well. I'll put it on my todo list (to open a ticket, to create and test a patch, ...). But if someone is faster ... Cheers, Georg --~--~---------~--~----~------------~-------~--~----~ To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---