We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98af3eb commit 073b270Copy full SHA for 073b270
stdlib/builtins.pyi
@@ -968,7 +968,9 @@ class tuple(Sequence[_T_co]):
968
if sys.version_info >= (3, 9):
969
def __class_getitem__(cls, item: Any, /) -> GenericAlias: ...
970
971
-# Doesn't exist at runtime, but deleting this breaks mypy. See #2999
+# Doesn't exist at runtime, but deleting this breaks mypy and pyright. See:
972
+# https://github.com/python/typeshed/issues/7580
973
+# https://github.com/python/mypy/issues/8240
974
@final
975
@type_check_only
976
class function:
0 commit comments