#4118: [with patch, needs review] fix various Pari-related issues
------------------------+---------------------------------------------------
Reporter: craigcitro | Owner: craigcitro
Type: defect | Status: new
Priority: major | Milestone: sage-3.1.2
Component: interfaces | Keywords:
------------------------+---------------------------------------------------
This patch fixes two things:
1. In various places, we used something like `x.type() == 't_INT'` in
Cython code, and with Pari already linked in. In this case, it's much
faster to use `typ(x.g) == t_INT`.
1. Several `_sig_on`s were missing, so I've gone through and added the
ones I saw missing.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4118>
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
-~----------~----~----~----~------~----~------~--~---