commit | 043cd60abed09edddc7185bcf7d039771acc734d | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Mon Aug 02 19:23:22 2021 +0300 |
committer | GitHub <noreply@github.com> | Mon Aug 02 18:23:22 2021 +0200 |
tree | e37e68fdb15b6546d8d37e6bded2e775d57684f1 | |
parent | 36d952d228582b0ffc7a86c520d4ddbe8943d803 [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.