commit | bef7d299eb911086ea5a7ccf7a9da337e38a8491 | [log] [tgz] |
---|---|---|
author | Ben Avrahami <avrahami.ben@gmail.com> | Tue Oct 06 20:40:50 2020 +0300 |
committer | GitHub <noreply@github.com> | Tue Oct 06 10:40:50 2020 -0700 |
tree | 25508f320dada76441df02c0ce5b756608524b39 | |
parent | a8bf44d04915f7366d9f8dfbf84822ac37a4bab3 [diff] |
bpo-41905: Add abc.update_abstractmethods() (GH-22485) This function recomputes `cls.__abstractmethods__`. Also update `@dataclass` to use it.