-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
Clear out __init__.py in sage.rings.polynomial #32509
Milestone
Comments
Author: Matthias Koeppe |
Commit: |
New commits:
|
Reviewer: Marc Mezzarobba |
comment:3
Looks like a trivial change that won't hurt. |
comment:4
Thanks. |
Changed branch from u/mkoeppe/clear_out___init___py_in_sage_rings_polynomial to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sage.rings.polynomial
(and all ofsage.rings
) has lots of Cython modules that depend on various C/C++ libraries and will have to go into different distribution packages (#29705, #32501).Thus we need to clear out
__init__.py
, which currently contains a workaround added in #25848 ("Some preparations for binding=True") in preparation for #22747/#26254. As this effort has stalled, we remove this workaround; a new solution can be found when #26254 gains traction again.CC: @fchapoton @tscrim @kwankyu
Component: refactoring
Author: Matthias Koeppe
Branch/Commit:
c41e11c
Reviewer: Marc Mezzarobba
Issue created by migration from https://trac.sagemath.org/ticket/32509
The text was updated successfully, but these errors were encountered: