]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44662: Add ability to annotate types.Union (#27214)
authorYurii Karabas <1998uriyyo@gmail.com>
Thu, 29 Jul 2021 19:44:48 +0000 (22:44 +0300)
committerGitHub <noreply@github.com>
Thu, 29 Jul 2021 19:44:48 +0000 (21:44 +0200)
commit8182c8329c709f42218a8a17d81639ece5b7b627
treef79f5bdea92284fe69a4e6f671b6e7aaeece05fc
parent6b61d74a3bab43a44fa47b1facd1bec3d74e12b1
bpo-44662: Add ability to annotate types.Union (#27214)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Lib/test/test_typing.py
Misc/NEWS.d/next/Core and Builtins/2021-07-17-13-41-58.bpo-44662.q22kWR.rst [new file with mode: 0644]
Objects/unionobject.c