]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-91162: Fix substitution of unpacked tuples in generic aliases (GH-92335...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 1 Jun 2022 02:13:27 +0000 (19:13 -0700)
committerGitHub <noreply@github.com>
Wed, 1 Jun 2022 02:13:27 +0000 (03:13 +0100)
commit00f8fe956491816f03f1cc76bc7ed297cd9c0930
tree7904b965d037f02ca1dd7cbb960309069edad66c
parentb425d887aa51c8e7900b08cb8df457f450f6fbfd
[3.11] gh-91162: Fix substitution of unpacked tuples in generic aliases (GH-92335) (#92484)

* gh-91162: Fix substitution of unpacked tuples in generic aliases (GH-92335)
(cherry picked from commit 9d25db9db1617f012d7dba118b5b8f2b9e25e116)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
* Regenerate ABI file

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
Doc/data/python3.11.abi
Include/internal/pycore_global_strings.h
Include/internal/pycore_runtime_init.h
Lib/test/test_typing.py
Lib/typing.py
Objects/genericaliasobject.c