[issue43141] `asdict` fails with frozen dataclass keys, using raw dict form
Change by GalaxySnail : -- nosy: +GalaxySnail ___ Python tracker <https://bugs.python.org/issue43141> ___ ___ Python-bugs-list mailing list Unsubscribe:
[issue45483] pure Python class that has been registered as a `collections.abc.Sequence` can't be recgnized by the match statement without the `_abc` module
New submission from GalaxySnail : Pure Python class that has been registered as a `collections.abc.Sequence` can't be recgnized by the match statement without the `_abc` module. For example: ``` >>> from test.support.import_helper import import_fresh_module >>> col