Ticket #9115 (needs_work enhancement)
smart summing
| Reported by: | jason | Owned by: | jason |
|---|---|---|---|
| Priority: | major | Milestone: | sage-5.11 |
| Component: | misc | Keywords: | |
| Cc: | robertwb, ncohen | Work issues: | |
| Report Upstream: | N/A | Reviewers: | |
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
We should extend the Sage sum function to call a magic method to handle summing things in the case of the python sum calling convention (and we shouldn't use the "sum()" method, as that name is probably way too likely to be used, and may be used for something else!)
This can take care of the performance issues at #9089 and #9061.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

