-
-
Notifications
You must be signed in to change notification settings - Fork 516
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
(experimental) Compile Cython code with binding=True #22747
Comments
This comment has been minimized.
This comment has been minimized.
Branch: u/jdemeyer/ticket/22747 |
Commit: |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Upstream: Reported upstream. No feedback yet. |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Dependencies: #23103 |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
Dependencies: #25845 |
comment:36
We can close this ticket in favor of #26254. The only commit from the branch here that is useful is sagemath/sagetrac-mirror@d962040 -- not really "Sage library fixes" but just some updates of doctest outputs. |
comment:37
Ok, #26254 looks much further along. |
Reviewer: Michael Orlitzky |
When using the Cython compiler directive
binding=True
, Cython uses a custom type to implement functions and methods. This custom type supports more Python features. The most important changes lie ininspect
support.We find several Cython bugs regarding
binding=True
:Depends on #25842
Depends on #25845
Depends on #25848
Upstream: Reported upstream. No feedback yet.
CC: @kwankyu
Component: cython
Author: Jeroen Demeyer
Branch/Commit: u/jdemeyer/ticket/22747 @
d962040
Reviewer: Michael Orlitzky
Issue created by migration from https://trac.sagemath.org/ticket/22747
The text was updated successfully, but these errors were encountered: