gh-118974: Add `decorator` argument to `make_dataclass` (gh-122723)
This is to allow the `dataclasses.make_dataclass` infrastructure to be used with another decorator that's compliant with `typing.dataclass_transform`. The new `decorator` argument to `dataclasses.make_dataclass` is `dataclasses.dataclass`, which used to be hard coded.
V
Victorien committed
3e3a4d231518f91ff2f3c5a085b3849e32f1d548
Parent: 91e64be
Committed by GitHub <noreply@github.com>
on 10/1/2024, 1:51:51 PM