]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44653: Support typing types in parameter substitution in the union type. (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 22 Jul 2021 21:57:06 +0000 (00:57 +0300)
committerGitHub <noreply@github.com>
Thu, 22 Jul 2021 21:57:06 +0000 (23:57 +0200)
commit2e3744d50b6e30ea24351e55b4352dcc58fd469e
treede5f74f9bb97671319cdd7e6eab89b2975c2c4ff
parent96c4cbd96c769e92869c62ba898dd9eb670baa81
bpo-44653: Support typing types in parameter substitution in the union type. (GH-27247)
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