#5051: tracebacks involving cython (etc.) seriously broken in sage-3.3.alpha0
(probably caused by ipython)
--------------------+-------------------------------------------------------
Reporter: was | Owner: mhansen
Type: defect | Status: closed
Priority: major | Milestone: sage-3.3
Component: misc | Resolution: fixed
Keywords: |
--------------------+-------------------------------------------------------
Changes (by mabshoff):
* status: assigned => closed
* resolution: => fixed
* milestone: sage-3.4.1 => sage-3.3
Comment:
Fixed via #5073.
{{{
----------------------------------------------------------------------
| Sage Version 3.3.alpha5, Release Date: 2009-02-03 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: 1/0
ERROR: An unexpected error occurred while tokenizing input
The following traceback may be corrupted or invalid
The error message is: ('EOF in multi-line statement', (1503, 0))
---------------------------------------------------------------------------
ZeroDivisionError Traceback (most recent call
last)
/home/mabshoff/.sage/temp/geom/20328/_home_mabshoff__sage_init_sage_0.py
in <module>()
/scratch/mabshoff/sage-3.3.alpha6/local/lib/python2.5/site-
packages/sage/structure/element.so in
sage.structure.element.RingElement.__div__
(sage/structure/element.c:9099)()
/scratch/mabshoff/sage-3.3.alpha6/local/lib/python2.5/site-
packages/sage/rings/integer.so in sage.rings.integer.Integer._div_
(sage/rings/integer.c:9522)()
/scratch/mabshoff/sage-3.3.alpha6/local/lib/python2.5/site-
packages/sage/rings/integer_ring.so in
sage.rings.integer_ring.IntegerRing_class._div
(sage/rings/integer_ring.c:4745)()
ZeroDivisionError: Rational division by zero
}}}
Cheers,
Michael
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5051#comment:3>
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
-~----------~----~----~----~------~----~------~--~---