Skip to content

Commit f1546c0

Browse files
committed
undo addition of sig_off
1 parent 69d298f commit f1546c0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sage/rings/finite_rings/element_ntl_gf2e.pyx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ AUTHORS:
2626
# ****************************************************************************
2727

2828
from cysignals.memory cimport check_malloc, sig_free
29-
from cysignals.signals cimport sig_on, sig_off
29+
from cysignals.signals cimport sig_on
3030
from sage.ext.cplusplus cimport ccrepr, ccreadstr
3131

3232
include "sage/libs/ntl/decl.pxi"
@@ -372,7 +372,6 @@ cdef class Cache_ntl_gf2e(Cache_base):
372372
if isinstance(e, Gen):
373373
sig_on()
374374
t = (<Gen>e).g
375-
sig_off()
376375
if typ(t) == t_FFELT:
377376
t = FF_to_FpXQ(t)
378377
else:

0 commit comments

Comments
 (0)