#9944: categories for polynomial rings
--------------------------------------------+-------------------------------
Reporter: robertwb | Owner: nthiery
Type: defect | Status: new
Priority: major | Milestone: sage-4.7.1
Component: categories | Resolution:
Keywords: | Work_issues: fix on 32-bit
Upstream: N/A | Reviewer: Nicolas M.
ThiƩry, Mike Hansen, Martin Raum
Author: Robert Bradshaw, Simon King | Merged:
Dependencies: |
--------------------------------------------+-------------------------------
Comment(by SimonKing):
Using `trace`, it seems to me that the error occurs in line 245 of
`sage/matrix/matrix_space.py`:
{{{
if nrows >= 2**63 or ncols >= 2**63:
}}}
Is computing `2**63` (with Python ints) a problem on 32 bit?? Apparently
not:
{{{
sage: int(2)**int(63)
9223372036854775808L
}}}
So, the problem isn't solved, yet.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9944#comment:39>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.