-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
- Fields with descriptors as default values should be treated differently, as they do for the "vanilla" dataclasses
- Fields with descriptors assigned as
field(default=CoolDescriptor(), ...)should not use the descriptor value as the default__init__argument, instead that argument should be missing.
Possible solution
No response
Alternatives
n/a
Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request