Ticket #4539: trac4539_overflow.patch
| File trac4539_overflow.patch, 460 bytes (added by AlexanderDreyer, 20 months ago) |
|---|
-
sage/rings/polynomial/plural.pyx
# HG changeset patch # Parent b0358ea9e41c1ec8e34527d13c4f43762681a3d7 diff --git a/sage/rings/polynomial/plural.pyx b/sage/rings/polynomial/plural.pyx
a b 2052 2052 m = p_ISet(1,r) 2053 2053 i = 1 2054 2054 for e in x: 2055 overflow_check(e )2055 overflow_check(e, r) 2056 2056 p_SetExp(m, i, int(e), r) 2057 2057 i += 1 2058 2058 p_Setm(m, r)
