]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40397: Fix subscription of nested generic alias without parameters. (GH-20021)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 10 May 2020 10:39:40 +0000 (13:39 +0300)
committerGitHub <noreply@github.com>
Sun, 10 May 2020 10:39:40 +0000 (13:39 +0300)
commit0122d48681b1df27015cf396559fb283ba364d6d
tree3a1af9bb5c8a31fa65dd8ca3bf5395506a1443bf
parent86a93fddf72a2711aca99afa0c5374c8d6b4a321
bpo-40397: Fix subscription of nested generic alias without parameters. (GH-20021)
Lib/test/test_typing.py
Lib/typing.py