]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43224: Implement substitution of unpacked TypeVarTuple (GH-31800)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 11 Mar 2022 19:43:58 +0000 (21:43 +0200)
committerGitHub <noreply@github.com>
Fri, 11 Mar 2022 19:43:58 +0000 (21:43 +0200)
commit5b1b9eacb92dd47d10793a8868246df6ea477ed6
tree61604c843c2e4cc424f97b393c34509aa3323b21
parentc83fc9c02c9846ec3a2d0123999c98e02f00b3f5
bpo-43224: Implement substitution of unpacked TypeVarTuple (GH-31800)
Lib/test/test_typing.py
Lib/typing.py