commit | 2cc19a5463c804b2f39b94de896d55dcb57a364c | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon Aug 02 10:08:59 2021 -0700 |
committer | GitHub <noreply@github.com> | Mon Aug 02 10:08:59 2021 -0700 |
tree | a92e648481d76d40bcbd84e4e54c74e24dabd2e8 | |
parent | 9de590151d49f2988d3a5c4d30b9daf86616f6f3 [diff] |
bpo-44806: Fix __init__ in subclasses of protocols (GH-27545) Non-protocol subclasses of protocol ignore now the __init__ method inherited from protocol base classes. (cherry picked from commit 043cd60abed09edddc7185bcf7d039771acc734d) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>