Opened 15 years ago
Last modified 8 years ago
#1991 new defect
PSage -- (parallel sage): every time you create a new psage object, the first view shows it as not finished, but it is!
Reported by: | was | Owned by: | was |
---|---|---|---|
Priority: | major | Milestone: | sage-6.4 |
Component: | interfaces | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
sage: s = PSage() sage: a = s('2+2') sage: a # wait 10 seconds and press return <<currently executing code>> sage: a 4 sage: s = PSage() sage: a = s('2+2'); s = str(a); a 4
Notice above that the first output of a says current executing, but that is wrong. In the second, we query a, and display it and it is already done very quickly.
Change History (4)
comment:1 Changed 9 years ago by
- Milestone changed from sage-5.11 to sage-5.12
comment:2 Changed 9 years ago by
- Milestone changed from sage-6.1 to sage-6.2
comment:3 Changed 8 years ago by
- Milestone changed from sage-6.2 to sage-6.3
comment:4 Changed 8 years ago by
- Milestone changed from sage-6.3 to sage-6.4
Note: See
TracTickets for help on using
tickets.