Skip to content

collections.Iterable doesn't exist in Python 3.10 #740

@paper42

Description

@paper42

if isinstance(data, collections.Iterable):

With Python 3.10, a redirect from collections.Iterable to collections.abc.Iterable was removed, so collections.abc.Iterable should be used instead.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions