commit | 376ffc6ac491da74920aed1b8e35bc371cb766ac | [log] [tgz] |
---|---|---|
author | Iurii Kemaev <6885137+hbq1@users.noreply.github.com> | Tue Apr 06 06:14:01 2021 +0100 |
committer | GitHub <noreply@github.com> | Mon Apr 05 22:14:01 2021 -0700 |
tree | 9b0561f3aa54ba7a825ebabc107afe5a73aec32a | |
parent | 4663e5f39e9f872dcd69545f293e832d5855d084 [diff] |
bpo-43176: Fix processing of empty dataclasses (GH-24484) When a dataclass inherits from an empty base, all immutability checks are omitted. This PR fixes this and adds tests for it. Automerge-Triggered-By: GH:ericvsmith