Skip to content

Commit d49f43b

Browse files
committed
Restore the old comment
1 parent 1c436bd commit d49f43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/rings/polynomial/multi_polynomial_libsingular.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2085,7 +2085,7 @@ cdef class MPolynomial_libsingular(MPolynomial):
20852085
y += c * mul([x[i]**m[i] for i in m.nonzero_positions()])
20862086
return y
20872087

2088-
cdef poly *_res # contains the substituted polynomial
2088+
cdef poly *_res # ownership will be transferred to us in the next line
20892089
singular_polynomial_call(&_res, self._poly, _ring, coerced_x, MPolynomial_libsingular_get_element)
20902090

20912091
res_parent = coercion_model.common_parent(parent._base, *x)

0 commit comments

Comments
 (0)