Message398945
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
``` |
|
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 | |
|