cpython icon indicating copy to clipboard operation
cpython copied to clipboard

gh-89529: disallow `default_factory` for fields in dataclasses without `__init__`

Open picnixz opened this issue 6 months ago • 1 comments

This is a proposal for rejecting default_factory on fields if the dataclass does not have an __init__ method.

  • Issue: gh-89529

picnixz avatar Aug 16 '24 14:08 picnixz