Changes between Initial Version and Version 6 of Ticket #11854
- Timestamp:
- 10/09/11 10:37:54 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11854
-
Property
Status
changed from
new
toneeds_review
-
Property
Dependencies
changed from
to
#11611, #11685
-
Property
Authors
changed from
to
Jeroen Demeyer
-
Property
Milestone
changed from
sage-4.7.2
tosage-4.7.3
-
Property
Status
changed from
-
Ticket #11854 – Description
initial v6 1 Same problem as #11611 but for `QQ` instead of `ZZ` ::1 Same problem as #11611 but for `QQ` instead of `ZZ`, the hash of an element depends on previous garbage on the PARI stack. This is because the conversion QQ->PARI is not done properly. 2 2 {{{ 3 3 sage: foo = pari(2^(32*1024));