]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87390: Add __unpacked__ attribute to types.GenericAlias (#92059)
authorJelle Zijlstra <jelle.zijlstra@gmail.com>
Mon, 2 May 2022 19:21:59 +0000 (13:21 -0600)
committerGitHub <noreply@github.com>
Mon, 2 May 2022 19:21:59 +0000 (13:21 -0600)
commitff88f7e007deb7a9f7539938dcf6f4adbfebf442
treef6db3ea58a6b68abaacb2311461208849364b0e9
parent56f98440148e4257aa5b27150ce2269c98cea0ea
gh-87390: Add __unpacked__ attribute to types.GenericAlias (#92059)
Doc/library/stdtypes.rst
Lib/test/test_genericalias.py
Misc/NEWS.d/next/Library/2022-04-29-16-41-08.gh-issue-87390.3LNNCv.rst [new file with mode: 0644]
Objects/genericaliasobject.c