-
-
Notifications
You must be signed in to change notification settings - Fork 482
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
cython.py references the old sage notebook code #9552
Comments
This comment has been minimized.
This comment has been minimized.
comment:5
Yeah, I think a lot of that stuff could go elsewhere, it's just support... In this case the "right" fix is to move the whole Cython stuff somewhere else, probably just to cython.py (which is not a pyx file, at least not any more). |
comment:6
Indeed, this wouldn't be hard to do. Worst-case we could move them but leave a deprecation that points to the new location (cython.py seems best).
The notebook already has its own versions of these two functions so that is not a problem, as far as I can tell (though it wouldn't hurt testing it can still Cythonize after doing this). |
Branch: u/jdemeyer/ticket/9552 |
Commit: |
New commits:
|
Author: Jeroen Demeyer |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:11
Looks good to me. |
Reviewer: François Bissey |
Changed branch from u/jdemeyer/ticket/9552 to |
I noticed to my surprise that misc/cython.py has these lines in it (which should be fixed, of course):
CC: @kiwifb
Component: misc
Author: Jeroen Demeyer
Branch/Commit:
1fc034e
Reviewer: François Bissey
Issue created by migration from https://trac.sagemath.org/ticket/9552
The text was updated successfully, but these errors were encountered: