Skip to content

Commit b65cfb7

Browse files
committed
Fix 32-bit test failure
1 parent a772a17 commit b65cfb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypari2/gen.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4802,7 +4802,7 @@ cdef class Gen(Gen_auto):
48024802
den = [&=...] INT(lg=3):... (+,lgefint=3):...
48034803
2nd component = [&=...] COMPLEX(lg=3):...
48044804
real = [&=...] INT(lg=3):... (+,lgefint=3):...
4805-
imag = [&=...] REAL(lg=3):... (+,expo=0):...
4805+
imag = [&=...] REAL(lg=...):... (+,expo=0):...
48064806
"""
48074807
sig_on()
48084808
dbgGEN(self.g, depth)

0 commit comments

Comments
 (0)