]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44863: Allow generic typing.TypedDict (#27663)
authorSamodya Abey <379594+sransara@users.noreply.github.com>
Tue, 3 May 2022 13:21:42 +0000 (18:51 +0530)
committerGitHub <noreply@github.com>
Tue, 3 May 2022 13:21:42 +0000 (07:21 -0600)
commitf6f36cc26978e3036a6c5c068fca5b8135f27ef3
tree9eb2066906acec8e06ee0d355dcb0c71908bd2c1
parent6c7249f2655749a06b4674a17537f844bd54d217
bpo-44863: Allow generic typing.TypedDict (#27663)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Co-authored-by: Yurii Karabas <1998uriyyo@gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Doc/library/typing.rst
Doc/whatsnew/3.11.rst
Lib/test/_typed_dict_helper.py
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2021-09-03-07-56-48.bpo-44863.udgz95.rst [new file with mode: 0644]