mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-08 12:34:44 +08:00
Update typing-extensions; some 3.12 updates (#10200)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
@@ -169,3 +169,6 @@ ast.ImportFrom.level # None on the class, but never None on instances
|
||||
|
||||
# White lies around defaults
|
||||
dataclasses.KW_ONLY
|
||||
|
||||
# We pretend it's a read-only property for forward compatibility with 3.12
|
||||
typing.ParamSpec(Args|Kwargs).__origin__
|
||||
|
||||
@@ -140,3 +140,8 @@ typing._TypedDict.values
|
||||
|
||||
# White lies around defaults
|
||||
dataclasses.KW_ONLY
|
||||
|
||||
# We pretend it's a read-only property for forward compatibility with 3.12
|
||||
typing.ParamSpec(Args|Kwargs).__origin__
|
||||
typing\.TypeVar\.__.*__
|
||||
typing\.ParamSpec\.__.*__
|
||||
|
||||
Reference in New Issue
Block a user