converting an integer to lisp raises a TypeError when the integer has more than a few thousand digits
Reported by: |
was |
Owned by: |
was |
Priority:
|
major
|
Milestone:
|
|
Component:
|
interfaces
|
Keywords:
|
|
Cc:
|
|
Merged in:
|
|
Authors:
|
|
Reviewers:
|
|
Report Upstream:
|
N/A
|
Work issues:
|
|
Branch:
|
|
Commit:
|
|
Dependencies:
|
|
Stopgaps:
|
|
sage: m = lisp(10^1110)
BOOM!
It also hangs for input around 10^1008
.
Change History (6)
Milestone: |
sage-5.11 →
sage-5.12
|
Milestone: |
sage-6.1 →
sage-6.2
|
Milestone: |
sage-6.2 →
sage-6.3
|
Milestone: |
sage-6.3 →
sage-6.4
|
This might be a duplicate of #1660.