Message399918
There are still cryptic TypeError messages for Annotated:
>>> class X(Annotated[int | float, "const"]): pass
...
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases |
|
Date |
User |
Action |
Args |
2021-08-19 13:48:13 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, gvanrossum, farcat, lukasz.langa, JelleZijlstra, pablogsal, miss-islington, uriyyo, BvB93, kj, lars2 |
2021-08-19 13:48:13 | serhiy.storchaka | set | messageid: <1629380893.59.0.11457480296.issue44524@roundup.psfhosted.org> |
2021-08-19 13:48:13 | serhiy.storchaka | link | issue44524 messages |
2021-08-19 13:48:13 | serhiy.storchaka | create | |
|