Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Cython 0.11.3 #7023

Closed
robertwb opened this issue Sep 27, 2009 · 6 comments
Closed

Upgrade to Cython 0.11.3 #7023

robertwb opened this issue Sep 27, 2009 · 6 comments

Comments

@robertwb
Copy link
Contributor

Just released Cyton 0.11.3.

http://groups.google.com/group/cython-users/browse_thread/thread/a63639d3246bcf48

It would be good to have this in Sage. As well as bugfixes and better error reporting, the really nice improvement is the ability to profile Cython code with cProfile and friends. (It's not on by default yet, use the cython.profile directive to enable it for a given module/function).

All doctests pass after applying the patch, which merely fixes some previously uncaught bugs (useless dead code).

Component: packages: standard

Author: Robert Bradshaw

Reviewer: Mike Hansen

Merged: sage-4.3.alpha0

Issue created by migration from https://trac.sagemath.org/ticket/7023

@robertwb
Copy link
Contributor Author

@jasongrout
Copy link
Member

comment:2

Note the upgrade to 0.12 is being tracked at #7272. That upgrade depends on this patch too.

@mwhansen
Copy link
Contributor

comment:3

Looks good to me. I've merged the patch in 4.3.alpha0, but used the spkg from #7272 (along with its patch).

@mwhansen
Copy link
Contributor

Merged: sage-4.3.alpha0

@mwhansen
Copy link
Contributor

Author: Robert Bradshaw

@mwhansen
Copy link
Contributor

Reviewer: Mike Hansen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants