-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
CLN/COMPAT: Remove raise StopIteration syntax in SparseArray.__iter__ #11622
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
Conversation
why is this bad? e.g. if you are iterating with a generator with works just fine |
this causes a |
is this an API change though? |
No. Using |
ok seems reasonable. add a whatsnew note. |
which section? |
I guess API changes; this is mainly to have a record of this. |
ddefa28
to
3bd8a6b
Compare
green |
CLN/COMPAT: Remove raise StopIteration syntax in SparseArray.__iter__
thanks! |
closes #11108