# HG changeset patch
# Parent b0358ea9e41c1ec8e34527d13c4f43762681a3d7

diff --git a/sage/rings/polynomial/plural.pyx b/sage/rings/polynomial/plural.pyx
--- a/sage/rings/polynomial/plural.pyx
+++ b/sage/rings/polynomial/plural.pyx
@@ -2052,7 +2052,7 @@
         m = p_ISet(1,r)
         i = 1
         for e in x:
-            overflow_check(e)
+            overflow_check(e, r)
             p_SetExp(m, i, int(e), r)
             i += 1
         p_Setm(m, r)
