Skip to content

Confusing error when argument 2 of isinstance is alias to Any #7478

@JukkaL

Description

@JukkaL

The error generated in the following example doesn't make much sense:

from typing import Any
A = Any
isinstance(object(), A)  # Parameterized generics cannot be used with class or instance checks

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions