-
-
Notifications
You must be signed in to change notification settings - Fork 674
Closed
Description
The issue is that Integer(2^40)
is evaluated to 0 on 32 bit systems (maybe due to Cython folding constants?). The attached patch uses a long constant instead. Tested to work on 32 and 64 bit boxen.
Cheers,
Michael
Component: doctest coverage
Issue created by migration from https://trac.sagemath.org/ticket/5981