We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1991ee2 commit d7323d3Copy full SHA for d7323d3
1 file changed
stdlib/builtins.pyi
@@ -85,8 +85,7 @@ _T4 = TypeVar("_T4")
85
_T5 = TypeVar("_T5")
86
_H1 = TypeVar("_H1", bound=Hashable)
87
_H2 = TypeVar("_H2", bound=Hashable)
88
-_H1_co = TypeVar("_H1_co", bound=Hashable)
89
-_H2_co = TypeVar("_H2_co", bound=Hashable)
+_H1_co = TypeVar("_H1_co", bound=Hashable, covariant=True)
90
91
_SupportsNextT_co = TypeVar("_SupportsNextT_co", bound=SupportsNext[Any], covariant=True)
92
_SupportsAnextT_co = TypeVar("_SupportsAnextT_co", bound=SupportsAnext[Any], covariant=True)
0 commit comments