Update typing from CPython 3.11.2 by youknowone · Pull Request #4946 · RustPython/RustPython
RustPython / RustPython Public
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Closed
Conversation
Member
youknowone
mentioned this pull request
lastmjs
commented
May 4, 2023
lastmjs commented
Our goal is to be able to use generics with TypedDicts, like this:
class Result(TypedDict, Generic[T, K], total=False): Ok: T Err: K
youknowone
force-pushed
the
update-typing
branch
from
3ef3688 to
8dd074e
Compare
youknowone
mentioned this pull request
youknowone
force-pushed
the
update-typing
branch
from
8dd074e to
93a6f4b
Compare
youknowone
mentioned this pull request
youknowone
closed this
in
#5590
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment