]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-74690: Don't set special protocol attributes on non-protocol subclasses of protoco...
authorAlex Waygood <Alex.Waygood@Gmail.com>
Thu, 18 May 2023 23:34:40 +0000 (00:34 +0100)
committerGitHub <noreply@github.com>
Thu, 18 May 2023 23:34:40 +0000 (00:34 +0100)
commitf7835fc7e9617cefd87e72002916e258f589c857
tree4cbc2335ea681412ebe6ea8710920cdaef8465c3
parentaab2a366b7d6a5c123bc8d23d66db4d2277dfa09
gh-74690: Don't set special protocol attributes on non-protocol subclasses of protocols (#104622)

Don't set special protocol attributes on non-protocol subclasses of protocols
Lib/test/test_typing.py
Lib/typing.py