#6039: [with patch, needs review] Change name of pari's sum function when
imported
------------------------+---------------------------------------------------
Reporter: craigcitro | Owner: craigcitro
Type: defect | Status: new
Priority: major | Milestone: sage-4.0
Component: interfaces | Keywords:
------------------------+---------------------------------------------------
When we include Pari's `sum` function via `libs/pari/decl.pxi`, it takes
precedence over the default Python one. This causes some rather confusing
compiler errors -- see, e.g., this thread:
http://groups.google.com/group/sage-
devel/browse_thread/thread/68a7bd7e99ef22e6#
The attached patch uses string replace magic to rename it to `pari_sum`.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6039>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---