-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
area/serializationkind/healthFor CI/testing/release process/refactoring/technical debt itemsFor CI/testing/release process/refactoring/technical debt itemstriage/acceptedA consensus emerged that this bug report, feature request, or other action should be worked onA consensus emerged that this bug report, feature request, or other action should be worked on
Description
Dataclasses are implemented with somewhat complex metaprogramming, and
tooling (PyCharm, mypy) have special cases for dealing with classes
decorated with @dataclass
. There is very little support (and no plans for
support) for decorators that wrap @dataclass
like this.
See #4391 for new suggested way of making dataclasses serializable
Metadata
Metadata
Assignees
Labels
area/serializationkind/healthFor CI/testing/release process/refactoring/technical debt itemsFor CI/testing/release process/refactoring/technical debt itemstriage/acceptedA consensus emerged that this bug report, feature request, or other action should be worked onA consensus emerged that this bug report, feature request, or other action should be worked on