-
-
Notifications
You must be signed in to change notification settings - Fork 596
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
Use "yield" in CGraphBackend.iterator_verts #22383
Milestone
Comments
Commit: |
New commits:
|
comment:4
Passes all tests on |
Reviewer: David Coudert |
Changed branch from u/jdemeyer/use__yield__in_c_graph_iterator_verts to |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instead of constructing some container and then returning an iterator over that container, use
yield
directly.CC: @mezzarobba
Component: graph theory
Author: Jeroen Demeyer
Branch/Commit:
507428d
Reviewer: David Coudert
Issue created by migration from https://trac.sagemath.org/ticket/22383
The text was updated successfully, but these errors were encountered: