SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

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

int | TypeVar('T') returns now an instance of types.Union
instead of typing.Union.
S
Serhiy Storchaka committed
a158b20019b50e3ece6e4743ec4e6ae8d818b690
Parent: b81cac0
Committed by GitHub <noreply@github.com> on 7/14/2021, 5:09:15 PM