Skip to content

For Python3 we need to NOT raise StopIteration #9

@brifordwylie

Description

@brifordwylie

It used to be for a generator to raise StopIteration was 'good'.. meaning it was a signal to the upstream consumer that stuff was done, but not the preferred way to do this is to simple 'return' from the generator. So anyway remove the raise StopIteration logic in chains.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions