diff --git a/stdlib/@tests/stubtest_allowlists/py312.txt b/stdlib/@tests/stubtest_allowlists/py312.txt index c2b216e58..6d5a4ca98 100644 --- a/stdlib/@tests/stubtest_allowlists/py312.txt +++ b/stdlib/@tests/stubtest_allowlists/py312.txt @@ -136,8 +136,7 @@ typing.ParamSpecKwargs.__mro_entries__ typing.TypeVar.__mro_entries__ typing.TypeVarTuple.__mro_entries__ -# TODO: mypy should infer that this attribute is inherited from builtins.type; -# why doesn't it infer this? +# These exist at runtime because the protocol uses PEP-695 syntax in CPython typing.SupportsAbs.__type_params__ typing.SupportsRound.__type_params__ typing_extensions.SupportsAbs.__type_params__ diff --git a/stdlib/@tests/stubtest_allowlists/py313.txt b/stdlib/@tests/stubtest_allowlists/py313.txt index 57fa5d26a..bb8fc6f6d 100644 --- a/stdlib/@tests/stubtest_allowlists/py313.txt +++ b/stdlib/@tests/stubtest_allowlists/py313.txt @@ -126,8 +126,7 @@ typing.ParamSpecKwargs.__mro_entries__ typing.TypeVar.__mro_entries__ typing.TypeVarTuple.__mro_entries__ -# TODO: mypy should infer that this attribute is inherited from builtins.type; -# why doesn't it infer this? +# These exist at runtime because the protocol uses PEP-695 syntax in CPython typing.SupportsAbs.__type_params__ typing.SupportsRound.__type_params__ typing_extensions.SupportsAbs.__type_params__