[issue43141] `asdict` fails with frozen dataclass keys, using raw dict form

2022-03-21 Thread GalaxySnail
Change by GalaxySnail : -- nosy: +GalaxySnail ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue43141] `asdict` fails with frozen dataclass keys, using raw dict form

2021-02-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: On freshly compiled master on Win10, the example code gives "TypeError: unhashable type: 'dict'". -- nosy: +terry.reedy title: `asdict` fails with frozen dataclass keys; tries to use raw dict form as key -> `asdict` fails with frozen dataclass keys,