#9361: Maxima timeout on Mac OS X 10.4 (Tiger)
------------------------+---------------------------------------------------
Reporter: kcrisman | Owner: tbd
Type: defect | Status: needs_review
Priority: critical | Milestone: sage-4.8
Component: packages | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author: Jeroen Demeyer
Merged: | Dependencies:
------------------------+---------------------------------------------------
Comment(by jdemeyer):
Replying to [comment:8 kcrisman]:
> Dumb question: why the nested try/except instead of two excepts? Is one
better than the other in this case?
>
> Perhaps just uninformed question: In expect.py, we send
`'quit;\n'+chr(3)`, but here you only send `chr(3)` (end of text
character, says wikipedia).
In maxima, "quit;" doesn't really do anything. You just get
{{{
(%i1) quit;
(%o1) quit
}}}
In don't understand why `expect.py` sends `quit;` when it needs to
interrupt. Since it doesn't do anything in Maxima, I omitted it.
And `chr(3)` is `CTRL-C`, in other words: the interrupt character.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9361#comment:9>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.