commit | c081649e6df55203178a44d16bc4c96f9fa2c6a4 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Sep 08 08:05:23 2021 -0700 |
committer | GitHub <noreply@github.com> | Wed Sep 08 17:05:23 2021 +0200 |
tree | 6c8b3a3e6ea79d48781cf240cad0e4ba3a27990a | |
parent | 2fe15dbaad651707fb198c3477b7db77ab89ade0 [diff] |
bpo-45121: Fix RecursionError when calling Protocol.__init__ from a subclass' __init__ (GH-28206) (GH-28232) (cherry picked from commit c11956a8bddd75f02ccc7b4da7e4d8123e1f3c5f) Co-authored-by: Yurii Karabas <1998uriyyo@gmail.com>