]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Clarify the order of a stacked `abstractmethod` (GH-26892)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 27 Jun 2021 18:50:45 +0000 (11:50 -0700)
committerGitHub <noreply@github.com>
Sun, 27 Jun 2021 18:50:45 +0000 (11:50 -0700)
commitb2a5dcd8a0fe1e7bf4fd09ea7f08fc3ea4f71bc5
treeca077d13f57076146c508d15ec07a96f37bac776
parent4861fdaf25f246eb9ee4e8161c15dad26efe895d
Clarify the order of a stacked `abstractmethod` (GH-26892)

Co-authored-by: Tal Einat <532281+taleinat@users.noreply.github.com>
(cherry picked from commit 74d60eab558bffdf5ca8ea2f5305e19b36bdb9a8)

Co-authored-by: Ram Rachum <ram@rachum.com>
Lib/abc.py