#5051: tracebacks involving cython (etc.) seriously broken in sage-3.3.alpha0
(probably caused by ipython)
--------------------+-------------------------------------------------------
Reporter: was | Owner: cwitty
Type: defect | Status: new
Priority: major | Milestone: sage-3.3
Component: misc | Resolution:
Keywords: |
--------------------+-------------------------------------------------------
Comment (by was):
I was wrong. The tracebacks never showed the code:
{{{
wst...@sage:/disk/scratch/mabshoff-sage-releases$ sage-2.10/sage
----------------------------------------------------------------------
| SAGE Version 2.10, Release Date: 2008-01-18 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: 1/0
---------------------------------------------------------------------------
<type 'exceptions.ZeroDivisionError'> Traceback (most recent call
last)
/disk/scratch/mabshoff-sage-releases/<ipython console> in <module>()
/disk/scratch/mabshoff-sage-releases/element.pyx in
sage.structure.element.RingElement.__div__()
/disk/scratch/mabshoff-sage-releases/coerce.pxi in
sage.structure.element._div_c()
/disk/scratch/mabshoff-sage-releases/integer.pyx in
sage.rings.integer.Integer._div_c_impl()
/disk/scratch/mabshoff-sage-releases/integer_ring.pyx in
sage.rings.integer_ring.IntegerRing_class._div()
<type 'exceptions.ZeroDivisionError'>: Rational division by zero
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5051#comment:1>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---