]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-103171: Forward-port new tests for runtime-checkable protocols decorated...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 7 Jun 2023 22:54:42 +0000 (15:54 -0700)
committerGitHub <noreply@github.com>
Wed, 7 Jun 2023 22:54:42 +0000 (22:54 +0000)
commit4b2263e4bf4952cf9671298f5cde2bc92333223b
treea0e839396b458422d34ef42530b35f8d2e894bbd
parent3d4a786b9b6382efa0dbe6f28d34b26426bb4165
[3.12] gh-103171: Forward-port new tests for runtime-checkable protocols decorated with `@final` (GH-105473) (#105474)

Forward-port of the tests that were added to the 3.11 branch in GH-105445
(cherry picked from commit f5df347fcf5fe029edbe6bf274da0f4880401852)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Lib/test/test_typing.py