]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43224: Implement substitution of unpacked TypeVarTuple in C (GH-31828)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 30 Apr 2022 05:22:46 +0000 (08:22 +0300)
committerGitHub <noreply@github.com>
Sat, 30 Apr 2022 05:22:46 +0000 (08:22 +0300)
commite8c2f72b94ae5dfba50c0f2e2c06b7ee975c8acb
tree26233ce24b46d363198a23184787ca5b9ae3be33
parenta29aa76a3ff8e5a4ee85961bb37a163f6b75a034
bpo-43224: Implement substitution of unpacked TypeVarTuple in C (GH-31828)

Co-authored-by: Matthew Rahtz <mrahtz@gmail.com>
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init.h
Lib/test/test_typing.py
Lib/typing.py
Objects/genericaliasobject.c