#13029: Upgrade Cython to 0.17
-----------------------------------+----------------------------------------
       Reporter:  robertwb         |         Owner:  tbd            
           Type:  enhancement      |        Status:  needs_work     
       Priority:  major            |     Milestone:  sage-5.2       
      Component:  packages         |    Resolution:                 
       Keywords:                   |   Work issues:                 
Report Upstream:  N/A              |     Reviewers:  R. Andrew Ohana
        Authors:  Robert Bradshaw  |     Merged in:                 
   Dependencies:                   |      Stopgaps:                 
-----------------------------------+----------------------------------------
Changes (by jdemeyer):

  * status:  positive_review => needs_work


Comment:

 Why the change from
 {{{
 cdef void _pari_trap "_pari_trap" (long errno, long retries) except *:
 }}}
 to
 {{{
 cdef public void _pari_trap "_pari_trap" (long errno, long retries) except
 *:
 }}}
 This causes a file `sage/libs/pari/gen.h` to be generated.  Either this
 file should not be distributed, or it should be added to `.hgignore`.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13029#comment:15>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
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.

Reply via email to