Skip to content

TypeVar equality broken? #512

Description

@pitrou

This looks unexpected to me:

>>> import typing
>>> typing.TypeVar('T') == typing.TypeVar('T')
False
>>> 

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions