Changes between Initial Version and Version 1 of Ticket #11868
- Timestamp:
- 09/29/11 08:52:22 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11868 – Description
initial v1 1 The `t0GEN()`, `t1GEN()`,... system in the PARI interface is broken by design. Apply [attachment:demonstrate_11868.patch] to see the bug in action. 2 3 The problem is that the conversion of `b` (Python object) to `t1` (PARI GEN) uses the PARI stack and therefore it clobbers the previously computed `t0`.