We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa3264 commit 8b4c20dCopy full SHA for 8b4c20d
1 file changed
src/flint/types/arb.pyx
@@ -501,8 +501,8 @@ cdef class arb(flint_scalar):
501
cdef bint res
502
cdef arb_struct sval[1]
503
cdef arb_struct tval[1]
504
- cdef int stype, ttype
505
- stype = arb_set_any_ref(sval, s)
+ cdef int _stype, ttype
+ _stype = arb_set_any_ref(sval, s)
506
ttype = arb_set_any_ref(tval, t)
507
if ttype == FMPZ_UNKNOWN:
508
return NotImplemented
0 commit comments