SIGN IN SIGN UP

bpo-44632: Fix support of TypeVar in the union type (GH-27139) (GH-27143)

int | TypeVar('T') returns now an instance of types.Union
instead of typing.Union.
(cherry picked from commit a158b20019b50e3ece6e4743ec4e6ae8d818b690)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
M
Miss Islington (bot) committed
cc1a47c849a206441c9b370b6ca954862a523082
Parent: 6dec525
Committed by GitHub <noreply@github.com> on 7/15/2021, 7:25:22 AM