Message398945
| 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:44 | BvB93 | set | recipients: + BvB93, gvanrossum, farcat, lukasz.langa, JelleZijlstra, miss-islington, uriyyo, kj, lars2 |
| 2021-08-04 19:48:44 | BvB93 | set | messageid: <1628106524.12.0.0461571739799.issue44524@roundup.psfhosted.org> |
| 2021-08-04 19:48:44 | BvB93 | link | issue44524 messages |
| 2021-08-04 19:48:44 | BvB93 | create | |