We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d298f commit f1546c0Copy full SHA for f1546c0
src/sage/rings/finite_rings/element_ntl_gf2e.pyx
@@ -26,7 +26,7 @@ AUTHORS:
26
# ****************************************************************************
27
28
from cysignals.memory cimport check_malloc, sig_free
29
-from cysignals.signals cimport sig_on, sig_off
+from cysignals.signals cimport sig_on
30
from sage.ext.cplusplus cimport ccrepr, ccreadstr
31
32
include "sage/libs/ntl/decl.pxi"
@@ -372,7 +372,6 @@ cdef class Cache_ntl_gf2e(Cache_base):
372
if isinstance(e, Gen):
373
sig_on()
374
t = (<Gen>e).g
375
- sig_off()
376
if typ(t) == t_FFELT:
377
t = FF_to_FpXQ(t)
378
else:
0 commit comments