]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44653: Support typing types in parameter substitution in the union type. (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 22 Jul 2021 22:18:49 +0000 (15:18 -0700)
committerGitHub <noreply@github.com>
Thu, 22 Jul 2021 22:18:49 +0000 (00:18 +0200)
commit21db59fc75b6ebb01bf120a8e5930fe032174f73
tree70d2d39828355586ec055a1b42ca349947445479
parent9608719e12b14087c1cb34f77c847974442cd6e7
bpo-44653: Support typing types in parameter substitution in the union type. (GH-27247) (#27296)

(cherry picked from commit 2e3744d50b6e30ea24351e55b4352dcc58fd469e)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_types.py
Misc/NEWS.d/next/Core and Builtins/2021-07-19-20-49-06.bpo-44653.WcqGyI.rst [new file with mode: 0644]
Objects/unionobject.c