-
-
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
Move Extension options from src/module_list.py to "distutils:" directives in the individual files (part 3: Get rid of uname_specific) #29785
Comments
Dependencies: #29706 |
New commits:
|
Changed dependencies from #29706 to none |
Author: Matthias Koeppe |
Commit: |
comment:6
and pyflakes warnings:
|
Dependencies: #29706 |
comment:8
The pyflakes warnings are ... flakes. These variables are injected into the globals dynamically. |
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
comment:10
Merged in #29706, which makes the doctest more flexible |
This comment has been minimized.
This comment has been minimized.
comment:12
Needs review |
Reviewer: Jonathan Kliem |
comment:13
LGTM. |
comment:14
Thanks! |
Follow-up from #29706.
We get rid of the use of
uname_specific
to define anExtension
option inmodule_list
, replacing it by use ofcython_aliases
.Depends on #29706
CC: @kliem @kiwifb @dimpase @orlitzky
Component: refactoring
Author: Matthias Koeppe
Branch/Commit:
2ba1d7b
Reviewer: Jonathan Kliem
Issue created by migration from https://trac.sagemath.org/ticket/29785
The text was updated successfully, but these errors were encountered: