This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author BvB93
Recipients BvB93, JelleZijlstra, farcat, gvanrossum, kj, lars2, lukasz.langa, miss-islington, uriyyo
Date 2021-08-04.19:48:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628106524.12.0.0461571739799.issue44524@roundup.psfhosted.org>
In-reply-to
Content
This PRs herein have created a situation wherein the `__name__`/`__qualname__` attributes of certain typing objects can be `None`.
Is this behavior intentional?


```
>>> from typing import Union

>>> print(Union[int, float].__name__)
None
```
History
Date User Action Args
2021-08-04 19:48:44BvB93setrecipients: + BvB93, gvanrossum, farcat, lukasz.langa, JelleZijlstra, miss-islington, uriyyo, kj, lars2
2021-08-04 19:48:44BvB93setmessageid: <1628106524.12.0.0461571739799.issue44524@roundup.psfhosted.org>
2021-08-04 19:48:44BvB93linkissue44524 messages
2021-08-04 19:48:44BvB93create