mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-20 10:02:51 +08:00
Update for typing_extensions 4.10 (#11438)
This commit is contained in:
@@ -519,6 +519,9 @@ _typeshed.* # Utility types for typeshed, doesn't exist at runtime
|
||||
typing._SpecialForm.__call__
|
||||
typing._SpecialForm.__init__
|
||||
|
||||
# Should go away with a future version of stubtest
|
||||
typing_extensions\..*\.__non_callable_proto_members__
|
||||
|
||||
# Pretend typing.ByteString is a Union, to better match its documented semantics.
|
||||
# As a side effect, this changes the definition of collections.abc.ByteString, which is okay,
|
||||
# because it's not an ABC that makes any sense and was deprecated in 3.12
|
||||
|
||||
Reference in New Issue
Block a user