]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40398: Fix typing.get_args() for special generic aliases. (GH-19720)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 27 Apr 2020 07:27:21 +0000 (10:27 +0300)
committerGitHub <noreply@github.com>
Mon, 27 Apr 2020 07:27:21 +0000 (10:27 +0300)
commit6292be7adf247589bbf03524f8883cb4cb61f3e9
tree491a02064847cb3158bd029e178486b42bbc23e7
parentcaf1aadf3d020f742ba3d7fcf678ca700224914b
bpo-40398: Fix typing.get_args() for special generic aliases. (GH-19720)
Lib/test/test_typing.py
Lib/typing.py
Misc/NEWS.d/next/Library/2020-04-26-22-25-36.bpo-40398.OdXnR3.rst [new file with mode: 0644]