Ticket #3359: trac_3359.patch
| File trac_3359.patch, 0.8 kB (added by malb, 5 months ago) |
|---|
-
a/sage/rings/polynomial/multi_polynomial_libsingular.pyx
old new 1479 1479 1480 1480 cdef poly *_p 1481 1481 1482 if l == 1 and (PY_TYPE_CHECK(x , tuple) or PY_TYPE_CHECK(x, list)):1482 if l == 1 and (PY_TYPE_CHECK(x[0], tuple) or PY_TYPE_CHECK(x[0], list)): 1483 1483 x = x[0] 1484 1484 l = len(x) 1485 1485