We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 981c124 commit 07528a6Copy full SHA for 07528a6
cypari2/convert.pyx
@@ -496,7 +496,7 @@ cdef GEN PyLong_AS_GEN(py_long x) noexcept:
496
w += <ulong>(D[dgt+5]) << (5*PyLong_SHIFT - bit)
497
498
# Effective size in words plus 2 special codewords
499
- cdef pariwords = sizewords+2 if w else sizewords+1
+ cdef size_t pariwords = sizewords+2 if w else sizewords+1
500
cdef GEN g = cgeti(pariwords)
501
g[1] = sgn + evallgefint(pariwords)
502
0 commit comments