Ticket #13740 (closed enhancement: fixed)
Upgrade Cython to 0.17.2
| Reported by: | vbraun | Owned by: | tbd |
|---|---|---|---|
| Priority: | major | Milestone: | sage-5.6 |
| Component: | packages: standard | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | N/A | Reviewers: | Robert Bradshaw |
| Authors: | Volker Braun | Merged in: | sage-5.6.beta0 |
| Dependencies: | Stopgaps: |
Description (last modified by jdemeyer) (diff)
New Cython version is out! Get it while its hot :-)
http://www.stp.dias.ie/~vbraun/Sage/spkg/cython-0.17.2.spkg
Apply: trac_13740_final_fixes.patch
Attachments
Change History
Changed 6 months ago by vbraun
-
attachment
trac_13740_final_fixes.patch
added
comment:1 Changed 6 months ago by vbraun
The patch removes inline statements that are either nonsensical (where another module tries to import an inline'd function) or currently unsupported by Cython, see
https://groups.google.com/d/topic/cython-users/UuQvpvdNhjc/discussion
comment:3 Changed 6 months ago by robertwb
- Status changed from needs_review to positive_review
Both the patch and the spkg look good to me.
Note: See
TracTickets for help on using
tickets.

Initial patch