[3.10] bpo-44632: Fix support of TypeVar in the union type (GH-27139) by miss-islington · Pull Request #27143 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Merged
merged 1 commit into
Merged
Conversation
Contributor
int | TypeVar('T') returns now an instance of types.Union
instead of typing.Union.
(cherry picked from commit a158b20)
Co-authored-by: Serhiy Storchaka storchaka@gmail.com
int | TypeVar('T') returns now an instance of types.Union
instead of typing.Union.
(cherry picked from commit a158b20)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
mentioned this pull request
bedevere-bot
added
skip news
type-bug
awaiting review labels
serhiy-storchaka
approved these changes
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
serhiy-storchaka
merged commit
cc1a47c
into
python:3.10
bedevere-bot
removed
the
awaiting merge
label
miss-islington
deleted the
backport-a158b20-3.10
branch
pablogsal
mentioned this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment