-
-
Notifications
You must be signed in to change notification settings - Fork 632
Set cython directive binding=True
#40341
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
base: develop
Are you sure you want to change the base?
Conversation
Documentation preview for this PR (built with commit a103f87; changes) is ready! 🎉 |
To fix File "matroid.pyx", line 2698, in init sage.matroids.matroid NameError: name 'dependent_sets' is not defined
@dcoudert The test for
|
Got it, and it's my fault: methods |
Continuation of #26254. This is needed for better integration of Cython functions and thereby unlocks a few further documentation improvements (#27578, #30884, #31309, ...).
Moreover,
binding=True
is the default in Cython 3.📝 Checklist
⌛ Dependencies