Skip to content

Commit

Permalink
remove a stray leftover
Browse files Browse the repository at this point in the history
this causes a segfault with Ctrl-C with probability about 1/3.
  • Loading branch information
dimpase authored Apr 11, 2024
1 parent 8ea5214 commit c3e8e8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sage/libs/singular/singular.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1544,7 +1544,6 @@ cdef inline number *sa2si_ZZmod(IntegerMod_abstract d, ring *_ring) noexcept:
sage: P(3)
3
"""
nr2mModul = d.parent().characteristic()
if _ring != currRing: rChangeCurrRing(_ring)

cdef number *nn
Expand Down

0 comments on commit c3e8e8a

Please sign in to comment.