Skip to content
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

Bug fix 794 Fix of loop index, revidex and length issues #814

Closed
wants to merge 7 commits into from
Closed

Bug fix 794 Fix of loop index, revidex and length issues #814

wants to merge 7 commits into from

Conversation

asenov
Copy link

@asenov asenov commented Feb 17, 2018

This pull request fixes an issue #794, #244, #751 and issues related to revindex and length of iterable objects

self._length = len(iterable)
self._iterator = iter(iterable)
except (TypeError, AttributeError):
self._length = None
self._after = self._safe_next()

@property
def length(self):

This comment was marked as off-topic.

@asenov

This comment has been minimized.

@davidism davidism closed this Mar 19, 2019
@davidism davidism reopened this Mar 19, 2019
@davidism davidism changed the base branch from 2.10-maintenance to 2.10.x April 6, 2019 20:42
@kevin-brown kevin-brown closed this May 6, 2019
@kevin-brown kevin-brown reopened this May 6, 2019
@davidism
Copy link
Member

Thanks for working on this! Closing in favor of #993.

@davidism davidism closed this Oct 13, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants