Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/sage/repl/interpreter.py: Do not test that IPython displays the l…
Browse files Browse the repository at this point in the history
…ocation of the Cython-generated .c file
  • Loading branch information
Matthias Koeppe committed Feb 18, 2021
1 parent eb631b2 commit daec3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/repl/interpreter.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
ZeroDivisionError...Traceback (most recent call last)
<ipython-input-...> in <module>...
----> 1 Integer(1)/Integer(0)
.../sage/rings/integer.pyx in sage.rings.integer.Integer...div... (.../sage/rings/integer.c:...)()
.../sage/rings/integer.pyx in sage.rings.integer.Integer...div...
...
-> ... raise ZeroDivisionError("rational division by zero")
....: x = <Rational> Rational.__new__(Rational)
Expand Down

0 comments on commit daec3e8

Please sign in to comment.