]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40396: Support GenericAlias in the typing functions. (GH-19718)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 26 Apr 2020 18:21:08 +0000 (21:21 +0300)
committerGitHub <noreply@github.com>
Sun, 26 Apr 2020 18:21:08 +0000 (21:21 +0300)
commit68b352a6982f51e19bf9b9f4ae61b34f5864d131
tree1661b64e9af3c687d6710f65488cd2d0e691ada9
parentcfaf4c09ab959a9e6d8fc446ba7595f132d770ac
bpo-40396: Support GenericAlias in the typing functions. (GH-19718)
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2020-04-26-19-07-40.bpo-40396.Fn-is1.rst [new file with mode: 0644]