Skip to content

TypeVar equality broken? #512

Closed
python/cpython
#6216
@pitrou

Description

@pitrou

This looks unexpected to me:

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

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