mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-10 05:22:23 +08:00
Fix stdlib stubtest for Python 3.11.8 and 3.12.2 (#11384)
Fix stubtest for Python 3.11.8 and 3.12.2
This commit is contained in:
@@ -124,3 +124,7 @@ typing.SupportsAbs.__type_params__
|
||||
typing.SupportsRound.__type_params__
|
||||
typing_extensions.SupportsAbs.__type_params__
|
||||
typing_extensions.SupportsRound.__type_params__
|
||||
|
||||
# Dunder that exists on all runtime-checkable protocols on py312+
|
||||
# TODO teach stubtest about this so we don't have to allowlist it
|
||||
.+\.__non_callable_proto_members__
|
||||
|
||||
Reference in New Issue
Block a user