Skip to content

Python 3.10 collections change breaks compat.__init__ #770

@Adriyst

Description

@Adriyst

The change to the collections library in python 3.10 breaks the compat.init script, as reported in #750. The highlighted lines in that issue is actually the problem. From the collections documentation:

Deprecated since version 3.3, will be removed in version 3.10: Moved Collections Abstract Base Classes to the collections.abc module. For backwards compatibility, they continue to be visible in this module through Python 3.9.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions