]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44662: Add ability to annotate types.Union (GH-27214) (GH-27461)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 30 Jul 2021 09:31:54 +0000 (02:31 -0700)
committerGitHub <noreply@github.com>
Fri, 30 Jul 2021 09:31:54 +0000 (11:31 +0200)
commit472997659b9c73089cdc22bd7eded6f6fdcffdfe
treee8812bf1b0805d9b2ce1c1be340be139b05ab13f
parent0b984d1cccc9547c2c16203e9ab2b2959fbabcde
bpo-44662: Add ability to annotate types.Union (GH-27214) (GH-27461)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
(cherry picked from commit 8182c8329c709f42218a8a17d81639ece5b7b627)

Co-authored-by: Yurii Karabas <1998uriyyo@gmail.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