See discussion in #2668 (comment)
@final was added in 3.8, so it would be good to make classes decorated with _util.Final also be treated as @final by type checkers. I didn't find a good way of applying both with a single decorator or metaclass, so unless I missed a way we might have to have both on all classes. Or possibly skip one of them.
See discussion in #2668 (comment)
@finalwas added in 3.8, so it would be good to make classes decorated with_util.Finalalso be treated as@finalby type checkers. I didn't find a good way of applying both with a single decorator or metaclass, so unless I missed a way we might have to have both on all classes. Or possibly skip one of them.