Skip to content

Conversation

@groutr
Copy link
Contributor

@groutr groutr commented Aug 14, 2018

StopIteration is converted to RuntimeError if it escapes the generator frame.
Code updated to reflect recommendations made in PEP479.

This resolves #409

StopIteration is converted to RuntimeError if it escapes the generator frame.
Code updated to reflect recommendations made in PEP479.
@eriknw
Copy link
Member

eriknw commented Aug 14, 2018

LGTM. Thanks, @groutr!

@eriknw eriknw merged commit 2bf9e8b into pytoolz:master Aug 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Py37: accumulate raises StopIteration when input list is empty

2 participants